Scala 1.0 - An object-oriented / functional programming language.

G

Gordon Darling

Scala 1.0 - An object-oriented / functional programming language.

About:
Scala is a modern multi-paradigm programming language designed to express
common programming patterns in a concise, elegant, and type-safe way. It
smoothly integrates features of object-oriented and functional languages
including mixins, algebraic datatypes with pattern matching, genericity,
and more. It is well integrated with Java: the Scala compiler produces
standard Java class files, and Java libraries and frameworks can be used
without glue code or additional declarations.


Release focus: Initial freshmeat announcement
License: BSD License (original)
Project URL: http://freshmeat.net/projects/scala/
Homepage: http://scala.epfl.ch
Tar/GZ: http://freshmeat.net/redir/scala/47227/url_tgz/scala-1.0.0-b6.tar.gz
Tar/BZ2:
http://freshmeat.net/redir/scala/47227/url_bz2/scala-1.0.0-b6.tar.bz2

Regards
Gordon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top