❮ TOC
❯
Scala
- What is Scala?
- Install Scala
- Editors
- Everything is an object
- Check if Java is installed
- Scala in Docker
- REPL
- Scala Syntax
- Hello World in Scala
- Run (Shell script)
- Hello Name (command line parameters)
- var vs val
- val is immutable
- var is immutable
- Concatenate strings
- Add Numbers (convert string to int)
- Run with sbt
- Comments
- Scala While loop
- Scala For loop
- Scala show dates
- More