Python 2.0
Paul
prescod at prescod.net
Fri May 28 19:03:24 EDT 1999
On Thu, 27 May 1999, Paul Moore wrote:
>
> How would I embed Python in a C application, without a C API?
A Java-bytecode version of Python could have a C API. It could either
have a Python-specific C API or it could use JNI.
> And how
> would I distribute a C application with embedded (Java-) Python to
> machines with no JVM, assuming I don't want to (or don't have the
> capability to) distribute a JVM.
If you could distribute a PVM (Python Interpreter) then you could
distribute a JVM or PyJVM as easily, right?
Paul Prescod
More information about the Python-list
mailing list