Differences between revisions 2 and 3
Revision 2 as of 2008-06-14 01:31:45
Size: 658
Editor: robertwb
Comment:
Revision 3 as of 2008-11-14 13:42:15
Size: 658
Editor: anonymous
Comment: converted to 1.6 markup
No differences found!

http://pexlang.sourceforge.net/

Stuff in Pex not in Cython:

  • Except behavior -> always except uncommon_value? by default

  • make flag to do run __main__ method

  • hook build into __import__ to compile

  • get rid of cimport (look for .pxd file, unless flag)

  • auto-generate .pxd from .pyx

  • pragmas for compile time flags ( like # lang= )

  • magic methods:
    • auto-generate __reduce__

      • native types OK opaque types via property methods
    • (optional) auto-generate __str__ and __cmp__, provide via cython.generate.cmp(self) or something of the stort

dev1/cython/pex (last edited 2008-11-14 13:42:15 by anonymous)