Scala is a 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 of the shortcomings of Java.
Size: 19 MB
Authors: Programming Methods Laboratory of École Polytechnique Fédérale de Lausanne
Default path: %HOMEDRIVE%\Programs\scala
pbox install scala
Show pbox.xml
<pbox version="1.0">
<name>scala</name>
<title>Scala</title>
<version>2.12.4</version>
<group>compiler</group>
<group>java</group>
<archs>32</archs>
<homedir>%HOMEDRIVE%\Programs\scala</homedir>
<install>
<script>.\script\install.bat "${homedir}" "scala-2.12.4"</script>
<path>${homedir}\bin</path>
<env>SCALA_HOME=${homedir}</env>
</install>
<uninstall>
<unpath>${homedir}\bin</unpath>
<unenv>SCALA_HOME</unenv>
<remove>${homedir}</remove>
</uninstall>
</pbox>