| Author |
JPython
|
V Bose
Ranch Hand
Joined: Jul 10, 2003
Posts: 113
|
|
Is there something called JPython. If so what exactly is it? Heard somebody drop the word JPython and was wondering what it was.
|
 |
Barry Gaunt
Ranch Hand
Joined: Aug 03, 2002
Posts: 7729
|
|
JPython is the old name for what is now known as Jython. It is a dialect of Python which allows you to use Java classes from an object oriented scripting language. You can also embed Jython into a Java program. There's more here. A couple of book reviews here.
|
Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
|
 |
 |
|
|
subject: JPython
|
|
|