Is it possible to convert a python script into a compileble langguage. ?????

Recommended Answers

All 4 Replies

Let's not forget Jython. Jython is an implementation of Python in Java. With it, you can embed Python directly into your Java applets and applications, or you can use Java classes in Python.

Take a look at:
http://www.jython.org

Java has the same drawbacks as Python. Namely, it's run-time interpreted on a virtual machine and has garbage collection overhead. I would want to take applications developed in Python and compile them for the performance you'd get from optimized machine code.

Java has the same drawbacks as Python. Namely, it's run-time interpreted on a virtual machine and has garbage collection overhead. I would want to take applications developed in Python and compile them for the performance you'd get from optimized machine code.

Sorry about Jython and Java!
The closest thing I can think of this early in the morning is IronPython.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.