[Cython] Another Cython
Robert Bradshaw
robertwb at math.washington.edu
Tue Oct 28 00:24:29 CET 2008
On Oct 27, 2008, at 4:07 PM, Lisandro Dalcin wrote:
> Yep. I also noticed that. But this project is not actually related to
> Python. It's just about writing C code that looks pythonic. BTW, the
> switch statement does not look so bad ...
There's a huge PEP about adding a switch statement to Python we
should look at if we want to add this to Cython. Of course, the
optimizer already does this for you when it can.
>
> On Mon, Oct 27, 2008 at 7:38 PM, Greg Ewing
> <greg.ewing at canterbury.ac.nz> wrote:
>> While googling for "cython documentation" I discovered
>> that there is another project out there called Cython:
>>
>> http://campbell.nu/oscar/cython/cython-doc.html
Yeah, the project looks mostly abandoned though, so I don't think
there will be too much confusion.
- Robert
More information about the Cython-dev
mailing list