This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Paradigm | multi-paradigm |
---|---|
Developer | Brian Frank, Andy Frank |
First appeared | 2005[1] |
Stable release | 1.0.79
/ July 17, 2023[2] |
Typing discipline | static, dynamic |
License | Academic Free License version 3.0[3] |
Filename extensions | .fan, .fwt, .pod |
Website | www |
Influenced by | |
C#, Java, Scala, Ruby, Erlang |
Fantom is a general-purpose object-oriented programming language, created by Brian Frank and Andy Frank.[4] It runs on the Java Runtime Environment (JRE), JavaScript, and the .NET Common Language Runtime (CLR) (.NET support is considered "prototype"[5] status). Its stated goal is to provide a standard library API.[6] Fantom uses a curly brace syntax, supports functional programming through closures and concurrency through the Actor model, and blends aspects of both static and dynamic typing.
The original name of the Fantom programming language was Fan, named after the neighborhood in which the creators live in Richmond, Virginia. In November 2009,[7] the name of the project was officially changed from Fan to Fantom due to searchability concerns raised by its community.[8]
Fantom is open source under Academic Free License 3.0 and is available for Windows and Unix-like platforms (including Mac OS X).[9]