What is Jython?
Embedded scripting-Java programmers can add the Jython libraries to ther system to allow end user to write simple or complicated scripts.Wich add functionality to the application
Interactive experimentation-Jython provides an interactive interpreter that can be used to interact with Java packages or with runnin Java applications.This allows programmers to experiment and debug any java system using Jython
Rapid applcation development-Python programs are typically two times-ten times shorter than the equivalent java program.This translates directly to programmer activity.The seamless interaction between Python and Java allow developers to freely mix the two languages sboth during development and in shipping products.
Comments
Post a Comment