Scala Programming Language



(返回www.opendocs.net)

介绍

Scala is a general purpose 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, enabling Java and other programmers to be more productive. Code sizes are typically reduced by a factor of two to three when compared to an equivalent Java application.

文档

• Programming Scala
• Scala By Example (2009)
• Safe Type-level Abstraction in Scala
• The Scala Language Specification Version 2.7
• Generics of a Higher Kind

链接

• http://www.scala-lang.org/
• Planet Scala