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 > <[EMAIL PROTECTED]> 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 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
