Scala
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |extensions={{ext|scala}} |released=2003 }} '''Scala''' is a programming language which is both object-oriente...") |
|||
(One intermediate revision by one user not shown) | |||
Line 5: | Line 5: | ||
|released=2003 | |released=2003 | ||
}} | }} | ||
+ | :''This article is about the programming language. For the '''music software''', see [[Scala (music software)]].'' | ||
+ | |||
'''Scala''' is a programming language which is both object-oriented and functional. It is similar to [[Java]] in some respects, and complies to Java bytecode to be run on a Java virtual machine. Statements may be separated either by semicolons or newlines. Support for [[Unicode]] characters in the Basic Multilingual Plane (0000 - FFFF) is built in. | '''Scala''' is a programming language which is both object-oriented and functional. It is similar to [[Java]] in some respects, and complies to Java bytecode to be run on a Java virtual machine. Statements may be separated either by semicolons or newlines. Support for [[Unicode]] characters in the Basic Multilingual Plane (0000 - FFFF) is built in. | ||
Line 12: | Line 14: | ||
* [http://www.scala-lang.org/api/current/#package API docs] | * [http://www.scala-lang.org/api/current/#package API docs] | ||
* [[Wikipedia:Scala (programming language)|Wikipedia article]] | * [[Wikipedia:Scala (programming language)|Wikipedia article]] | ||
+ | * [http://chimera.labs.oreilly.com/books/1234000001798/index.html Learning Scala (free online book)] |
Latest revision as of 14:03, 28 May 2017
- This article is about the programming language. For the music software, see Scala (music software).
Scala is a programming language which is both object-oriented and functional. It is similar to Java in some respects, and complies to Java bytecode to be run on a Java virtual machine. Statements may be separated either by semicolons or newlines. Support for Unicode characters in the Basic Multilingual Plane (0000 - FFFF) is built in.