Scala¶
Description¶
Scala is an acronym for “Scalable Language”. Scala is an object-functional[7] programming language for general software applications. Scala has full support for functional programming and a very strong static type system. This allows programs written in Scala to be very concise and thus smaller in size than other general-purpose programming languages. Many of Scala's design decisions were inspired by criticism over the shortcomings of Java
Environment Modules¶
Run module spider scala
to find out what environment modules are available for this application.
Environment Variables¶
- HPC_SCALA_DIR - installation directory
- HPC_SCALA_DOC - guide book directory
- HPC_SCALA_BIN - guide book directory
- HPC_SBT_BIN - guide book directory
Categories¶
programming, language