Re: [Cython] [cython-users] Re: New function (pointer) syntax.

2014-11-11 Thread Daniele Nicolodi
On 11/11/14 17:55, Daniele Nicolodi wrote: > On 07/11/14 08:30, Ian Henriksen wrote: >> The syntax from Numba is a really good way to do this as well. >> It is just as clear and doesn't conflict with C. Strictly speaking, >> it isn't Python, but it would be nice to have similarities in the >> synta

Re: [Cython] [cython-users] Re: New function (pointer) syntax.

2014-11-11 Thread Daniele Nicolodi
On 07/11/14 08:30, Ian Henriksen wrote: > The syntax from Numba is a really good way to do this as well. > It is just as clear and doesn't conflict with C. Strictly speaking, > it isn't Python, but it would be nice to have similarities in the > syntax for the different packages. What would be the