Category:Fantom: Difference between revisions

From Rosetta Code
Content added Content deleted
(fleshed it out a little.)
(Links, paradigms, both type checking types?)
Line 2: Line 2:
{{language
{{language
|site=http://fantom.org/
|site=http://fantom.org/
|checking=both
}}
}}
{{language programming paradigm|object-oriented}}
Fantom is a general purpose object-oriented programming language that runs on the JRE, .NET CLR, and Javascript. The language supports functional programming through closures and concurrency through the Actor model. Fantom takes a "middle of the road" approach to its type system, blending together aspects of both static and dynamic typing. Like C# and Java, Fantom uses a curly brace syntax.[[#Citation|[1]]]
{{language programming paradigm|functional}}
Fantom is a general purpose object-oriented programming language that runs on the JRE, [[.NET]] [[CLR]], and [[Javascript]]. The language supports functional programming through closures and concurrency through the Actor model. Fantom takes a "middle of the road" approach to its type system, blending together aspects of both static and dynamic typing. Like [[C sharp|C#]] and [[Java]], Fantom uses a curly brace syntax.[[#Citations|[1]]]


==Citations==
==Citations==

Revision as of 21:27, 28 January 2011

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Fantom
This programming language may be used to instruct a computer to perform a task.
Official website
Type checking: Dynamic, Static
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Fantom.

Fantom is a general purpose object-oriented programming language that runs on the JRE, .NET CLR, and Javascript. The language supports functional programming through closures and concurrency through the Actor model. Fantom takes a "middle of the road" approach to its type system, blending together aspects of both static and dynamic typing. Like C# and Java, Fantom uses a curly brace syntax.[1]

Citations

  1. Wikipedia Fantom (programming language)

Subcategories

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

Pages in category "Fantom"

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