[Python-ideas] Optimizing builtins

Nick Coghlan ncoghlan at gmail.com
Sat Jan 1 01:43:48 CET 2011


On Sat, Jan 1, 2011 at 7:51 AM, Guido van Rossum <guido at python.org> wrote:
> and of course for more fun you can make it more dynamic (think
> obfuscated code contests).

Not to mention the champions of obfuscation for CPython: doing the
same things from an extension module, or by using ctypes to invoke the
C API (although such mechanisms are obviously outside the language
definition itself, they're still technically legal for non-portable
CPython code)

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia



More information about the Python-ideas mailing list