[Numpy-discussion] Project for Cython integration with NumPy

Dag Sverre Seljebotn dagss at student.matnat.uio.no
Tue Apr 1 16:56:03 EDT 2008


> (Getting around this is impossible, though we might add a different 
> syntax for type declaration (using decorators) so that the same code can 
> also be run using the Python interpreter.)
>   
I meant to say: Getting around this is impossible for functions that are 
exported from a module and can be used from any Python code. However it 
is possible to automatically infer type of parameters to intra-module 
calls or inner functions.

-- 
Dag Sverre




More information about the NumPy-Discussion mailing list