Scala: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
Please note that there is another and older programming language called Scala that is or was a part of the SCALA multimedia/animation package. | Please note that there is another and older programming language called Scala that is or was a part of the SCALA multimedia/animation package. | ||
==Version== | ==Version== | ||
Line 13: | Line 10: | ||
* [[Java]] version 6 or later. | * [[Java]] version 6 or later. | ||
==Links | ;Editors support | ||
* [[jEdit]] - Java based editor - Scala syntax highlighting built in | |||
==Links== | |||
* [http://www.scala-lang.org/ Scala homepage] | * [http://www.scala-lang.org/ Scala homepage] | ||
==License== | ==License== | ||
* Open source software released under the [[three clause BSD license]]. | * Open source software released under the [[three clause BSD license]]. | ||
*Author: École Polytechnique Fédérale de Lausanne, Martin Odersky | |||
[[Category:Programming Languages]][[Category:Open Source Software]][[Category:Software written in Java]] | |||
[[Category:Programming Languages |
Revision as of 00:47, 2 November 2017

Scala is an open source, strongly typed static object-oriented programming language implemented in Java, it has some functional programming features but is mostly reminiscent of Java itself and is commonly advocated and used by Java users as a sort of an abstraction. The functional features and a few other ideas are taken from the Funnel programming language.
Please note that there is another and older programming language called Scala that is or was a part of the SCALA multimedia/animation package.
Version
- Last known version: Scala 2.11.7 (2015-06-23)
- Prerequisites
- Java version 6 or later.
- Editors support
- jEdit - Java based editor - Scala syntax highlighting built in
Links
License
- Open source software released under the three clause BSD license.
- Author: École Polytechnique Fédérale de Lausanne, Martin Odersky