PyPy questions
Stephan Diehl
stephan at transvection.de
Tue Jul 1 08:06:41 EDT 2008
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 native code
> from Python code? Is this functionality planned in a future release of
> it? Also, how is the source distributed (If I opt to use it I will end
> up compiling it on a system without an initial python install (a scratch
> linux system)), so does the source include the generated C code?
>
> B. Vanderburg II
these kind of questions are better asked on pypy-dev.
Anyway, at the moment you need a working python installation in order to
run the pypy chain. I have to admit that I didn't understand your
question, but you should read the pypy documentation on codespeak.net as
it will probably answer all of your questions. Alternativly, you might
want to join the #pypy channel on freenode
Stephan
More information about the Python-list
mailing list