Category:Fantom: Difference between revisions

m
Fixed link to JavaScript
(fleshed it out a little.)
m (Fixed link to JavaScript)
 
(4 intermediate revisions by 4 users not shown)
Line 1:
{{wikipedia|Fantom (programming language)}}
{{stub}}
{{language
|site=http://www.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 [[: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[[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.[[#Citation|[1]]]
==Citations==
 
#[[wp:Fantom_(programming_language)|Wikipedia Fantom (programming language)]]
==See also==
*[http://www.fantom.org/ Fantom homepage]
#*[[wp:Fantom_(programming_language)|Wikipedia Fantom (programmingon language)Wikipedia]]
*[http://fanzy.net/ Fantom online]