Tagged Questions
5
votes
5answers
416 views
Modern languages and the JVM
Many modern programming languages (Scala, Erlang, Clojure, etc.) are targeting the JVM. What are the main reasons behind that decision?
JVM's maturity?
Portability?
Because JVM simply exists, and ...
3
votes
4answers
546 views
How to disseminate Scala?
With the announcement of Ceylon, and after observing the slides describing its intent and feature list, I reckoned this language to be a Scala competitor.
Furthermore, as a Scala programmer, I can ...
5
votes
10answers
315 views
Does your workplace allow the use of multiple, interoperable programming languages?
Since now there are several good languages that target the JVM and can interop with Java with varying degrees of painlessness, and likewise for the CLR (especially with the recent addition of F# as an ...
5
votes
9answers
571 views
Is there any evidence that one of the current alternate JVM languages might catch on?
There's been a lot of enthusiasm about JRuby, Jython, Groovy, and now Scala and Clojure as the language to be the successor to Java on the JVM.
But currently only Groovy and Scala are in the TIOBE ...