Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 307 Bytes

Language.md

File metadata and controls

5 lines (3 loc) · 307 Bytes

Language

Scala is a object-functional programming language designed for the JVM. As with most functional (and scripting) languages, scala provides a REPL. All examples are from the REPL.

With that, lets explore the language itself.