Related Tags

software.programming-language
cpp python c haskell qt js rust qml scala sql

Scala

Scala is a strong statically typed general-purpose programming language which supports both object-oriented programming and functional programming. Designed to be concise, many of Scala's design decisions are aimed to address criticisms of Java.

object HelloWorld {
  def main(args: Array[String]): Unit = {
    println("Hello world!")
  }
}
Thumbnail for SEAL
Thumbnail for SEAL

SEAL

Some Extensions for the Amy Language – a programming language project made with Scala.