Audience - tutorialspoint.com
www.tutorialspoint.com › scala › scala_tutorialScala enables you to use all the classes of the Java SDK and also your own custom Java classes, or your favorite Java open source projects. Scala can do Concurrent & Synchronize processing Scala allows you to express general programming patterns in an effective way. It reduces the number of lines and helps the programmer to code in a type-safe way.
Learn Scala | Scala Documentation
docs.scala-lang.orgFirst Steps... Getting Started Install Scala on your computer and start writing some Scala code! Tour of Scala Bite-sized introductions to core language features. Scala 3 Book Learn 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 | Scala Documentation
docs.scala-lang.org › tutorialsTutorials | Scala Documentation Tutorials Tutorials Tutorials take you by the hand through a series of steps to create Scala applications. Getting Started with Scala in IntelliJ Create a Scala project using IntelliJ IDE. Read Getting Started with Scala and sbt Create a Scala project using sbt and the command-line. Read Scala for Java Programmers
A Scala Tutorial
www.scala-lang.org › ScalaTutorialThis document gives a quick introduction to the Scala language and compiler. It is intended for people who already have some programming experience and want an overview of what they can do with Scala. A basic knowledge of object-oriented programming,especiallyinJava,isassumed. 2 A first example Asafirstexample,wewillusethestandardHelloworld program. Itisnotveryfasci-
An Overview of the Scala Programming Language
www.scala-lang.org › docu › filesScala is also a functional language in the sense that functions are rst-class aluesv (Section 4 ). Scala has uniform and powerful abstraction concepts for both ypes and aluesv (Section 5 ). It has exible modular mixin-composition constructs for composing classes and traits (Section 6 ). It allows decomposition of objects by pattern matching