The Scala Programming Language
scala-lang.orgFeb 13, 2010 · The Scala Programming Language Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries.
Basics | Tour of Scala | Scala Documentation
docs.scala-lang.org › tour › basicsTour of Scala Basics Language 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.
Scala Tutorials
http://allaboutscala.com- Scala For Beginners ... This book provides a step-by-step guide for the complete beginner to learn Scala. It is particularly useful to programmers, data ...
Learn Scala | Scala Documentation
docs.scala-lang.orgLearn Scala by reading a series of short lessons. Online Courses MOOCs to learn Scala, for beginners and experienced programmers. Books Printed and digital books about Scala. Tutorials Take you by the hand through a series of steps to create Scala applications. Returning Users API API documentation for every version of Scala. Guides & Overviews
Scala Tutorial
www.tutorialspoint.com › scala › indexScala is a modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way. Scala has been created by Martin Odersky and he released the first version in 2003. Scala smoothly integrates the features of object-oriented and functional languages.