Article Discussion
The Next Big JVM Language
Summary: At the JavaOne 2010 conference in San Francisco, Stephen Colebourne, member of technical staff at OpenGamma and project lead of the Joda Time open source API, gave a talk entitled "The Next Big JVM Language." In this interview, he reveals what he thinks the next big language should be.
63 posts on 5 pages.      
« Previous 1 2 3 4 5 Next »
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: September 24, 2011 10:36 AM by samsulla
Fred
Posts: 5 / Nickname: fredgarvin / Registered: January 4, 2008 3:43 PM
Re: A practical point I think will be important
November 15, 2010 10:16 AM      
Perhaps Gosu is the next Big JVM Language?
http://gosu-lang.org

- Syntax is similar enough to Java
- Far simpler than Scala (Java programmers will have no trouble transitioning)
- Wide range of modern features (properties, closures, composition, type inference, type enhancements, etc.)
- The type system is apparently open (!) they're going to deliver XML types etc. (they have a Dynamic type example that seems too good to be true)
- Advanced IDE support with their Eclipse plugin, and they bundled a script editor that is quite capable
- They claim the language is already being used by multi-billion dollar companies

Seems to have all the ingredients.
Mariusz
Posts: 1 / Nickname: mbrylant / Registered: June 8, 2011 6:16 PM
Re: The Next Big JVM Language
June 8, 2011 11:21 PM      
>> Groovy has a distinct niche with its ability to fill in Java's need for a scripting language. Groovy will have a role in build scripts, particularly with Gradle. It will perhaps have an important role in web apps as well.

Can not agree that scripting is a primarily application of groovy. Many, including myself and my team, choose groovy over java because of its conciseness and productivity gains. The kind of of apps you can build with groovy is pretty much everything you can build with Java SE/EE.
samsulla
Posts: 1 / Nickname: samsulla / Registered: September 24, 2011 5:32 AM
Re: The Next Big JVM Language
September 24, 2011 10:36 AM      
cala advocates don't like to hear that Scala is too complicated, but it's a fact that this perception is widespread.On the other hand, the CLR has arguably got a few decisions "more correct" than the JVM:
63 posts on 5 pages.
« Previous 1 2 3 4 5 Next »