Scala 3 (Dotty)
The Scala 3 compiler, also known as Dotty. https://github.com/lampepfl/dotty
The Scala Programming Language
Scala combines object-oriented and functional programming in one concise, high-level language. Scala's static types help avoid bugs in complex applications, and its JVM and JavaScript runtimes let you build high-performance systems with easy access to huge ecosystems of libraries.
--- QPKG Integration
command added to NAS $PATH by default (scala, scalc,scaldoc,common)
before use you need install a QJDK version et export JAVA_HOME
ex : with QJDK18
export JAVA_HOME=/opt/QJDK18
[~] # scala
Error: JAVA_HOME is not defined correctly.
We cannot execute
[~] # export JAVA_HOME=/opt/QJDK18
[~] #
[~] # scala --help
Usage: scala
where possible standard options include:
-Dproperty=value Pass -Dproperty=value directly to the runtime system.
-J Pass directly to the runtime system.
-P Pass an option to a plugin, e.g. -P::
-V Print a synopsis of verbose options.
.....
TIP ME !!
Your gratitude and finance will help me to continue integration of this QPKG and maintain up to date versions.