Jeanne Boyarsky wrote:Chris,
Like Jython perhaps?...
Sure. If you're already coming from a Python background to the JVM then Jython would presumably be a good choice. But if you're already on the JVM with JEE and you want the benefits of some "pythonic" features (dynamic programming, closures etc), without a more radical shift such as Clojure, then Groovy seems like a better choice (to me at least) than Jython. Jython is a secondary JVM implementation of a language whose primary development is elsewhere, while Groovy (like Clojure etc) lives on the JVM in the first place.
But it's "Hello! Python" this week, so let's hope we can all pick up lots of Python goodness for whichever languages we use.