On 06/09/2011 04:52 PM, Thomas Heller wrote:
I have read the blog posts about 'writing an interpreter with pypy' with
large interest, but not tried the code myself.

It seems that if I restrict myself to the RPython subset, then I can
write programs with python syntax, and compile them to standalone
executables, optionally containing a jit compiler. Is that correct?

Yes.

Are there any runtime dependencies?

Not necessarily. Of course you need to have the libraries around that you use in your RPython code, e.g. bz2 for the RPython bz2 support.

Carl Friedrich
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to