About 560,000 results
Open links in new tab
  1. 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.

  2. 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 …

  3. 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 …

  4. Scastie - An interactive playground for Scala.

    Scastie can run any Scala program with any library in your browser. You don’t need to download or install anything.

  5. 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.

  6. Learn Scala | Scala Documentation

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

  7. New in Scala 3

    The Language Reference gives a detailed description of the changes from Scala 2 to Scala 3. The Migration Guide provides you with all the information necessary to move from Scala 2 to Scala 3.

  8. 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.

  9. Community | The Scala Programming Language

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

  10. Scala IDEs | Scala Documentation

    It’s of course possible to write Scala code in any editor and compile and run the code from the command line. But most developers prefer to use an IDE (Integrated Development …