Skip to content

medaimane/scala-crash-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala crash course

  • 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.

Instructions

Setup Scala on MacOS

  • 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.

Summary

  • 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.
  • ...

Creators

Mohamed Aimane Skhairi [email protected]

License

This project is open-sourced software licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages