Monday, March 26, 2012

Scala - General Information

Scala is a concise, elegant, type-safe programming language that integrates object-oriented and functional features.It is fully interoperable with Java.

Scala and Java
Scala programs run on the Java Environment(JVM), so it compatible with Java. it makes Scala to use any existing Java Libraries/Applications.

Scala can able to calls/refers any Java code similarly Java can calls/refers any Scala code.

Scalar compiler performance is more reliable and well supports Java Byte Code.

Latest stable release & more information available here.

No comments:

Post a Comment