mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
9 lines
418 B
Plaintext
9 lines
418 B
Plaintext
Scala is a general purpose programming language designed to express
|
|
common programming patterns in a concise, elegant, and type-safe
|
|
way. It smoothly integrates features of object-oriented and functional
|
|
languages, enabling Java and other programmers to be more productive.
|
|
Code sizes are typically reduced by a factor of two to three when
|
|
compared to an equivalent Java application.
|
|
|
|
WWW: https://www.scala-lang.org/
|