- Scala is the perfect choice to explore functional programming.
- Scala runs on the JVM.
- You can execute command directly on the scala shell.
- You can use any Java library with Scala.
- Install JDK 1.8.x. and Homebrew.
- Install Scala by the following command : brew update && brew install scala
- Type
scala
on terminal to start and:q
to quit. - Install Intellij Idea IDE and the Scala plugin, for more details see scala docs.
- Basics (Variables, Comments, Math library)
- Conditions in Scala (Conditional and Logical operators, if else statements)
- Loops in Scala (while, do while and for Loops with some examples)
- IO in Scala.
- ...
Mohamed Aimane Skhairi skhairimedaimane@gmail.com
This project is open-sourced software licensed under the MIT License.