background preloader

Scala examples

Facebook Twitter

Code Examples. Www.scala-lang.org/docu/files/ScalaByExample.pdf# A Tour of Scala. Scala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way.

A Tour of Scala

It smoothly integrates features of object-oriented and functional languages. Scala is object-oriented Scala is a pure object-oriented language in the sense that every value is an object. Types and behavior of objects are described by classes and traits.