The Scala Language Specification
CONTENTS 1 Preface Scala is a Java-like programming language which unifies object-oriented and func-tional programming. It is a pure object-oriented language in the sense that every value is an object. Types and behavior of objects are described by classes...