Category:Scala

From Rosetta Code
Revision as of 11:18, 24 August 2013 by rosettacode>Siskus (Complaint about Rosetta's Considered_harmful concepts)
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 inter-operate with Java code. Running as a .Net Common Language Runtime application is also supported.

The language is most focused on the results of the program, therefor the considered harmful technical computer oriented concepts like threads, semaphore, pointers, goto- and break statements to struggle with are not there. For parallel processing (that very simple can archived) these concept are present but not visible to the programmer.

The problem with rosetta.org is that lot of tasks addresses the technical "features" of goto's, break, continue, side effects, pointers, type-casting, weak-typing and so on are deliberate not Scala's cup of tea.

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)