mgiannini / fantom-es

Fantom Programming Language

Home Page:https://fantom.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • macOS: brew install fantom
  • Windows: installer

Docker

This repo vends a docker image that can be downloaded and run locally using:

docker run -it ghcr.io/fantom-lang/fantom:latest bash

It can be used in other dockerfiles using the FROM command:

FROM ghcr.io/fantom-lang/fantom:latest AS build

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

https://fantom.org

License:Academic Free License v3.0


Languages

Language:Fantom 48.8%Language:C# 20.3%Language:Java 15.4%Language:JavaScript 14.6%Language:CSS 0.2%Language:Ruby 0.2%Language:Emacs Lisp 0.1%Language:Lua 0.1%Language:Vim Script 0.1%Language:HTML 0.1%Language:Batchfile 0.0%Language:Shell 0.0%