Scala

  1. What is Scala?
  2. Install Scala
  3. Editors
  4. Everything is an object
  5. Check if Java is installed
  6. Scala in Docker
  7. REPL
  8. Scala Syntax
  9. Hello World in Scala
  10. Run (Shell script)
  11. Hello Name (command line parameters)
  12. var vs val
  13. val is immutable
  14. var is immutable
  15. Concatenate strings
  16. Add Numbers (convert string to int)
  17. Run with sbt
  18. Comments
  19. Scala While loop
  20. Scala For loop
  21. Scala show dates
  22. More