|
- The Scala Programming Language
Scalable Scala is well suited to building fast, concurrent, and distributed systems with its JVM, JavaScript and Native runtimes Scala prioritises interoperability, giving easy access to many ecosystems of industry-proven libraries
- Learn Scala | Scala Documentation
Tutorials Take you by the hand through a series of steps to create Scala applications
- Getting Started - Scala Documentation
Installing Scala means installing various command-line tools such as the Scala compiler and build tools We recommend using the Scala installer tool “Coursier” that automatically installs all the requirements, but you can still manually install each tool
- Online Courses - Scala Documentation
Tour of Scala is an interactive website that introduces the basics of Scala programming through a series of hands-on lessons Each lesson provides code examples and exercises that compiles and runs directly in the browser, making it a quick and accessible way to get started with Scala
- Install | The Scala Programming Language
To install Scala, it is recommended to use cs setup, the Scala installer powered by Coursier It installs everything necessary to use the latest Scala release from a command line:
- Basics | Tour of Scala | Scala Documentation
In this page, we will cover the basics of Scala Trying Scala in the Browser You can run Scala in your browser with Scastie This is an easy, zero-setup way to experiment with pieces of Scala code: Go to Scastie Paste println("Hello, world!") in the left pane Click Run The output appears in the right pane Expressions
- New in Scala 3
Scala 3 adds the new feature of quasi-quotation for code, providing a convenient high-level interface to construct and analyse code Constructing code for adding one and one is as easy as '{ 1 + 1 }
- Tutorials - Scala Documentation
Scala for Java Programmers Quick introduction to the Scala language and compiler for people who already have some experience in Java
|
|
|