Automatically Generated: This result set should be accurate to within fifteen minutes of the last viewing.
Awareness

If Scala is a language you like, or are interested in, please inform your fellow members of the Scala community; this page can't be emptied without your and their participation.

Tasks not implemented in Scala

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

Y

Z

Draft tasks not implemented in Scala

1

3

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Tasks omitted from Scala

A

W


End of List

Again, feel free to try your hand at any of the tasks listed on this page.

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.

Lots of tasks addresses the technical "features" of goto's, break, continue, side effects, pointers, type-casting, weak-typing and so on and 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)