Hi,
I have a question about PyPy - I hope this mailing list is the right
place for it, let me know if not.
Is there any way to link PyPy's Python interpreter with a C program and
call it from C? I'm interested in embedding the interpreter in another
program as its scripting engine. (The reason I'm looking at PyPy instead
of CPython is that I'd like to use the sandboxing feature.)
Thanks for any information you can give me.
- Bryan Buck