What Is Jython?
- The Java implementation of the Python programming language
- Dynamic compilation to JVM byte codes
- Seamless integration with Java libraries
- Interactive exploration and prototyping of all Java libraries
- History
Original implementation by Jim Hugunin in 1997 Handed off to many primary maintainers
|