Top Qs
Timeline
Chat
Perspective
Fantom (programming language)
From Wikipedia, the free encyclopedia
Remove ads
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.
![]() | 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)
|
Remove ads
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]
Remove ads
Features and systems
All variables in Fantom are statically typed, as it does not have generic types, but it does have a set of built-in generic types: List
, Map
, and Func
. Fantom also supports dynamic calls and automatic downcasting. Fantom has a reflection API and metaprogramming capabilities.
Fantom supports imports of Java Classes and modules with some limitations.[10] Its integer is 64-bit. Unlike Java and C#, Fantom does not have Long or Short integer types. Fantom also does not support tuples.[11]
In Fantom, the unit of deployment is called a pod. Pods take on the role of namespaces, packages, and modules. They are stored as .pod files, which are zip files containing the FCode (the Fantom bytecode), the documentation, and resource files necessary to run the pod. The Fantom build system can package a set of pods into a JAR archive through build::JarDist
.
Remove ads
Integrated development environment
F4 is the main publicly available IDE for the Fantom language, officially supported by one of the main open-source contributors to the language, Steve Eynon.[12] The F4 IDE is available on GitHub.
Fantom Widget Toolkit
Fantom ships with a standard windowing toolkit called the Fantom Widget Toolkit, or FWT for short.[13] FWT was designed to be portable across several platforms. It is currently implemented on the JVM using the Standard Widget Toolkit as a backend. The JavaScript implementation is backed by the canvas element and JavaFX, allowing FWT applications to be run in a web browser. There are plans for a CLR implementation using Windows Forms.
Usage
Escape the Mainframe is a browser game (just like the Google t-rex dinosaur) completely written in Fantom by Steve Eynon.[14]
See also
References
Further reading
External links
Wikiwand - on
Seamless Wikipedia browsing. On steroids.
Remove ads