Skip to content

datmt

Hands on projects

  • Home
  • Contact
  • Privacy Policy
  • Cookie Policy (EU)
  • Home
  • Contact
  • Privacy Policy
  • Cookie Policy (EU)

Scala Variables Tutorial

Scala Variables Tutorial

Updated on August 17, 2022 by Đạt (a.k.a Dũng) Trần

Declaring variables in Scala is quite simple. The language offers some very nice mechanisms to let developers declare...

Scala Control Structures

Scala Control Structures

Updated on August 17, 2022 by Đạt (a.k.a Dũng) Trần

Scala offers various mechanisms for controlling code flow. Let’s explore them here. If/Else/then Imagine you ar...

Scala functions

Scala functions

Updated on August 17, 2022 by Đạt (a.k.a Dũng) Trần

Defining a function in Scala is simple. Similar to other languages, to define a function you need to: give it a name ...

Create Scala project in IntelliJ IDEA

Create Scala project in IntelliJ IDEA

Updated on August 17, 2022 by Đạt (a.k.a Dũng) Trần

This quick tutorial will help you create a Scala project in IntelliJ IDEA Install the Scala plugin The first step is ...


Copyright Ⓒ datmt