Search Results

1
vote

Why use Jython when you could just use Java?

No need to compile. Maybe you want to get something rolling faster than using a compiled language, like a prototype. ...and you can embed the Jython interpreter into your apps. Nice featu …