Jump to content

Fantom (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Kpalsson (talk | contribs) at 22:09, 21 August 2008 (New article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Fan
Paradigmmulti-paradigm
DeveloperBrian Frank, Andy Frank
First appeared2007
Websitewww.fantom.org
Influenced by
C#, Scala, Ruby, Erlang

Fan is a general purpose object-oriented programming language that runs on both JRE and .NET CLR. The language is also a functional programming language in the sense that it supports functions as first-class objects. Concurrency is supported by implementing the Actor Model as used by Erlang. Fan uses static typing but has also support for dynamic typing. Fan uses a curly brace syntax similar to C# and Java.

See also

Source