Consider Scala

You might consider the Scala programming language: I think it offers the best of Python but running on the JVM. It's very nearly as fast as Java (and thus much faster than Python), and sometimes faster. It's more OO and more functional than Java, and I think both Python and Java programmers will be very happy with it. And while Scala is a statically typed language, it's much more pleasant than Java, thanks to type inference and a few other nice features.

And it has scripting capabilities and an interpreter shell, like Python (and unlike Java).

http://www.scala-lang.org/

Reply

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.