Category:Fantom: Difference between revisions

Content added Content deleted
(Links, paradigms, both type checking types?)
m (added a few links, changed a few others, changed "citations" to "see also")
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 [[Java Virtual Machine|JRE]], [[.Net Framework|.NET]] [[Common Language Runtime|CLR]], and [[:Category:Javascript|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]]