Category:Fantom: Difference between revisions

From Rosetta Code
Content added Content deleted
(Links, paradigms, both type checking types?)
m (Fixed link to JavaScript)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{wikipedia|Fantom (programming language)}}
{{stub}}
{{language
{{language
|site=http://fantom.org/
|site=http://www.fantom.org/
|checking=both
|checking=both
}}
}}
{{language programming paradigm|object-oriented}}
{{language programming paradigm|object-oriented}}
{{language programming paradigm|functional}}
{{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]]]


Fantom is a general purpose [[:Category:Programming paradigm/Object-oriented|object-oriented]] programming language that runs on the [[runs on vm::Java Virtual Machine|JRE]], [[.Net Framework|.NET]] [[runs on vm::Common Language Runtime|CLR]], and [[JavaScript]]. The language supports [[:Category:Programming paradigm/Functional|functional programming]] through closures and concurrency through the [[wp:Actor model|Actor model]]. Fantom takes a "middle of the road" approach to its type system, blending together aspects of both [[:Category:Typing/Checking/Static|static]] and [[:Category:Typing/Checking/Dynamic|dynamic typing]]. Like [[:Category:C sharp|C#]] and [[:Category:Java|Java]], Fantom uses a curly brace syntax.
==Citations==

#[[wp:Fantom_(programming_language)|Wikipedia Fantom (programming language)]]
==See also==
*[http://www.fantom.org/ Fantom homepage]
*[[wp:Fantom_(programming_language)|Fantom on Wikipedia]]
*[http://fanzy.net/ Fantom online]

Latest revision as of 14:08, 19 March 2016

This page uses content from Wikipedia. The original article was at Fantom (programming language). The list of authors can be seen in the page history. As with Rosetta Code, the text of Wikipedia is available under the GNU FDL. (See links for details on variance)
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.

See also

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.