2011/12/9 Alexander Golec <[email protected]>:
> I guess that's bugging me is where does the flow object space live? It is in 
> RPython or the PyPy interpreter?

The flow space is not RPython. It's in pypy/objspace/flow

> Also, does RPython exist as a standalone thing, i.e. can I say 'rpython 
> something.py' and get a translation?

Yes and no. You have to create a target*.py . Look in
pypy/translator/goal for examples.


-- 
Regards,
Benjamin
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to