[Cython] Pi in the sky: Alternate back-end?

Magnus Lie Hetland magnus at hetland.org
Mon Jan 26 14:09:09 CET 2009


On Jan 26, 2009, at 12:48, Michael Abshoff wrote:

> I do not know if Jython is faster than CPython, but why would you  
> want to use it other than the embedding advantage? I am curious here  
> since I never had more than superficial contact with Jython.

Basically, it would be to use code that's already written in Java. The  
Jython part wouldn't be expected to be fast :-)

As for what Stefan said aboud losing cdef-stuff -- I'll take his word  
for the coupling between Cython and C, but the syntax would be just as  
useful for type declarations for Java (but with a completely different  
translator then, I guess :-)

-- 
Magnus Lie Hetland
http://hetland.org




More information about the Cython-dev mailing list