Processing Math: Done
No jsMath TeX fonts found -- using unicode fonts instead.
This may be slow and might not print well.
Use the jsMath control panel to get additional information.
jsMath Control PanelHide this Message


jsMath
Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2008-05-20 04:27:06
Size: 183
Editor: was
Comment:
Revision 3 as of 2008-06-14 23:45:22
Size: 453
Editor: robertwb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
  * Stephan Behnel
  * Robert Bradshaw
  * Craig Citro
  * Dag Sverre Seljebotn
  * Burcin Erocal
  * Gary Furnish
  * Dan Gindikin
  * Josh Kantor
  * 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.)

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)