Jython

Jython Home Page

Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform.

I just got this to work with PyServlet. It's a servlet w/ a Jython interpretor built-in. It can reload the python file when it changes, which is really nice.

The more I think about it, though, the more I want Eclipse to handle Python. I know Jython is really cool, but I can't take advantage of all the amazing code completion and refactoring tools Eclipse has to offer.

In short, I am looking for Eclipse + Python + Servlets. I just need a less verbose language that doesn't need to get compiled that has a kick ass IDE and that has a nice, mature web framework.

So close!

Popular posts from this blog

Lists and arrays in Dart

Converting Array to List in Scala

Null-aware operators in Dart