Re: PyPy questions

2008-07-01 Thread Stephan Diehl
Allen schrieb: > I read the website of some information about PyPy, and how a translator > translates the RPython code to C/CLI/Java/etc to be compiled to a native > executable or something like that. Would it be possible, in PyPy, to > write such an extension that could easily be compiled to nati

Re: PyPy questions

2008-07-01 Thread Dave
On 1 Jul, 04:09, Allen <[EMAIL PROTECTED]> wrote: > I read the website of some information about PyPy, and how a translator > translates the RPython code to C/CLI/Java/etc to be compiled to a native > executable or something like that.  Would it be possible, in PyPy, to > write such an extension th

PyPy questions

2008-06-30 Thread Allen
I read the website of some information about PyPy, and how a translator translates the RPython code to C/CLI/Java/etc to be compiled to a native executable or something like that. Would it be possible, in PyPy, to write such an extension that could easily be compiled to native code from Python