Category:Fantom: Difference between revisions

Links, paradigms, both type checking types?
(fleshed it out a little.)
(Links, paradigms, both type checking types?)
Line 2:
{{language
|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.[[#CitationCitations|[1]]]
 
==Citations==
Anonymous user