Python 2.0

Graham Matthews graham at sloth.math.uga.edu
Thu May 27 19:42:31 EDT 1999


Paul Moore (gustav at morpheus.demon.co.uk) wrote:
: I have no problem with an implementation of Python in Java (see
: JPython). But I would never use it (reliance on a JVM, general
: dissatisfaction with Java implementations, etc).

Sure current implementations of the JVM are not the best, but they
are improving and will continue to do so. So the "dissatisfaction
with the Java implementations" objection will disappear more and
more over time.

Paul Moore (gustav at morpheus.demon.co.uk) wrote:
: How would I embed Python in a C application, without a C API? 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.
:
: Enough said.

I don't think so. Soon every machine under the sun (pun intended)
will have a JVM. Java has a C calling interface, so you can use that
to embed Python in a C application.

graham
-- 
         I would gladly die for a man who was looking for the 
        truth, but would just as gladly kill a man who thought 
                he had actually found it -- Voltaire




More information about the Python-list mailing list