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...") |
Revision as of 11:32, 7 October 2014
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.