Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2008-06-13 23:26:41
Size: 272
Comment:
Revision 4 as of 2008-11-14 13:42:09
Size: 453
Editor: anonymous
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:

Numpy Static Syntax Options:

{{{
 cdef ndarray[float, 2] arr = x
 cdef ndarray<float, 2> arr = x
}}}

or some other syntax? (Consensus is that none of these are ideal.)

Dev Days 1: Cython

  • Robert Bradshaw: Pex integration, generators, closures, everything else
  • Josh Kantor: Pex
  • Dan Gindikin: Pex
  • Dag Sverre Seljebotn: numpy, Pex
  • Carl Witty: Cython
  • Gary Furnish: fast memory management
  • Craig Citro: ?

Numpy Static Syntax Options:

 cdef ndarray[float, 2] arr = x
 cdef ndarray<float, 2> arr = x

or some other syntax? (Consensus is that none of these are ideal.)

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