Introduction

History

·       The design of Scala started in 2001 at EPFL, Switzerland, by Martin Odersky. Its first public release was 2004.

·       Scala code compiles into Java Byte Code and can be run on any Java virtual machine.

·       Scala supports both the object-oriented and functional paradigms.

Scala 3 on IntelliJ

·       Please read these installation instructions.

Links

·       Scala Home Page

·       Scala Wikipedia Article

·       Scala API Docs (v. 2.13.8)

·       Installation

·       Scala 3 for the Impatient