Scala - The future of the JVM?
Posted: Fri Aug 31, 2012 5:33 am
I have not spoken with one single person who has enjoyed programming in Java. The JVM has been extremely successful but most people would agree that it's downfall is the main language used on the JVM: Java.
So I was wondering if anyone here has used the language Scala? Its an alternate language for the JVM that compiles to JVM bytecode and can use most libraries/modules written for Java (LWJGL for instance can be used). It supports both 100% Functional paradigms and 100% OO paradigms of programming, whatever the job necessitates or whatever your personal style is. It's syntax is very clean and C-like, and it is a strongly typed language.
I'm still really new to Scala but so far I have found it a MUCH better option than Java. It can deploy to web applets or JAR files, and, from what i've heard, can even be built to native windows apps using .NET. Since it's a JVM language you can deploy to Android as well.
Has anyone here used Scala? Like I said i'm new to it but I can see it becoming my go-to language for most things fairly soon.
If you haven't already, check it out at: http://www.scala-lang.org/
Also, if your seriously developing in Scala I would suggest using SBT (Simple Build Tool)
So I was wondering if anyone here has used the language Scala? Its an alternate language for the JVM that compiles to JVM bytecode and can use most libraries/modules written for Java (LWJGL for instance can be used). It supports both 100% Functional paradigms and 100% OO paradigms of programming, whatever the job necessitates or whatever your personal style is. It's syntax is very clean and C-like, and it is a strongly typed language.
I'm still really new to Scala but so far I have found it a MUCH better option than Java. It can deploy to web applets or JAR files, and, from what i've heard, can even be built to native windows apps using .NET. Since it's a JVM language you can deploy to Android as well.
Has anyone here used Scala? Like I said i'm new to it but I can see it becoming my go-to language for most things fairly soon.
If you haven't already, check it out at: http://www.scala-lang.org/
Also, if your seriously developing in Scala I would suggest using SBT (Simple Build Tool)