About 124,000 results
Open links in new tab
  1. The Scala Programming Language

    Scalable Scala is well suited to building fast, concurrent, and distributed systems with its JVM, JavaScript and Native runtimes. Scala prioritizes interoperability, giving easy access to many …

  2. Install | The Scala Programming Language

    Each Scala release has its own page listing alternative installation methods. Click the button above to see the full list of Scala releases, or pick from the most recent releases below.

  3. A Scala Tutorial for Java Programmers

    If you are coming to Scala with some Java experience already, this page should give a good overview of the differences, and what to expect when you begin programming with Scala.

  4. Basics | Tour of Scala | Scala Documentation

    Scala has a special type of class called a “case” class. By default, instances of case classes are immutable, and they are compared by value (unlike classes, whose instances are compared …

  5. Guides and Overviews - Scala Documentation

    A light introduction to the Scala language, focused on Scala 2. Now updated for Scala 3, we are in the process of merging the two.

  6. Introducción | Scala Documentation

    Scala es un lenguaje de programación moderno multi-paradigma diseñado para expresar patrones de programación comunes de una forma concisa, elegante, y con tipado seguro.

  7. Community | The Scala Programming Language

    Scala Contributors for Scala contributions, language evolution discussions, standard library, Scala platform evolution discussions and more.

  8. Learn Scala | Scala Documentation

    Tutorials Take you by the hand through a series of steps to create Scala applications.

  9. Basics - Scala Documentation

    Hay un tipo especial de clases en Scala, las llamadas “case” classes. Por defecto, las instancias de una case class son inmutables, y se comparan con otras solo por los valores que …

  10. Introduction | Scala 3 — Book | Scala Documentation

    Welcome to the Scala 3 Book. The goal of this book is to provide an informal introduction to the Scala language. It touches on all Scala topics, in a relatively light manner.