×

注意!页面内容来自https://fantom.org/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

Fantom Programming Language

Fantom is a portable language that runs on the JVM and modern web browsers. It features a familiar Java-like syntaxstatic (and dynamic) typingelegant system libraryclosures, immutabilityactor concurrencyand much more.

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

Download Fantom Learn More

Eggbox Pod Repo

Find ready to use libraries for your next project with Eggbox.

Community

We are most active on the Forumbut also hang out on Slack.

Contributing

We ❤️ PRs!
Learn how to contribute to Fantom.