Category:Scala: Difference between revisions

From Rosetta Code
Content added Content deleted
(fixed LAMP link; it pointed to a server stack)
(Tweak semantic link.)
Line 7: Line 7:
|tags=scala
|tags=scala
|LCT=yes
|LCT=yes
|bnf=http://www.scala-lang.org/docu/files/ScalaReference.pdf}}[[runs on vm::java virtual machine| ]]
|bnf=http://www.scala-lang.org/docu/files/ScalaReference.pdf}}
{{language programming paradigm|functional}}
{{language programming paradigm|functional}}
{{language programming paradigm|object-oriented}}
{{language programming paradigm|object-oriented}}
{{language programming paradigm|generic}}Scala is a hybrid [[functional programming|Functional]]/[[object-oriented|OO]] language developed by Martin Odersky and his team at [http://lamp.epfl.ch/ LAMP]. Scala compiles to [[Java]] [[bytecode]] and can interoperate with Java code.
{{language programming paradigm|generic}}Scala is a hybrid [[functional programming|Functional]]/[[object-oriented|OO]] language developed by Martin Odersky and his team at [http://lamp.epfl.ch/ LAMP]. Scala compiles to [[runs on vm::Java Virtual Machine|JVM]] [[bytecode]], and can interoperate with [[Java]] code.

Revision as of 20:15, 12 September 2011

Language
Scala
This programming language may be used to instruct a computer to perform a task.
Official website
Garbage collected: Yes
Type strength: Strong
Type expression: Partially implicit
Type checking: Static
Lang tag(s): scala
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Scala.

Scala is a hybrid Functional/OO language developed by Martin Odersky and his team at LAMP. Scala compiles to JVM bytecode, and can interoperate with Java code.

Subcategories

This category has the following 23 subcategories, out of 23 total.

Pages in category "Scala"

The following 200 pages are in this category, out of 950 total.

(previous page) (next page)

A

C

(previous page) (next page)