Skip to content

syatanic/fantom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fantom Programming Language

Fantom is a portable language that runs on the JVM and modern web browsers. It features a familiar Java-like syntax, static (and dynamic) typing, elegant system library, closures, immutability, actor concurrency, and much more.

// Hello from Fantom!
class HelloWorld
{
  static Void main()
  {
    echo("Hello, World!")
  }
}

Fantom Website

https://fantom.org

Installing

Download the latest official release from fantom.org. See Setup for installation details.

Installers are also available for macOS and Windows:

Community

We are most active on the Forum, but also hang out on Slack.

Bugs and feature requests should be reported on the Forum.

Contributing

See contrib.md for how to contribute to Fantom.

About

Fantom Programming Language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Fantom 50.1%
  • C# 21.6%
  • Java 17.4%
  • JavaScript 10.0%
  • CSS 0.3%
  • Ruby 0.2%
  • Other 0.4%