All Projects → fantom-lang → fantom

fantom-lang / fantom

Licence: AFL-3.0 license
Fantom Programming Language

Programming Languages

Fantom
3 projects
C#
18002 projects
java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
ruby
36898 projects - #4 most used programming language

Labels

Projects that are alternatives of or similar to fantom

farm-army-backend
Track your farming and pool performance on the Binance Smart Chain, Polygon, Fantom, KuCoin Community Chain, Harmony, Celo - https://farm.army - nodejs backend
Stars: ✭ 86 (-3.37%)
Mutual labels:  fantom
awesome-list-rpc-nodes-providers
A curated list of awesome Node providers and public PRC endpoints for Ethereum, BSC, xDAI, Fantom, Avalanche and more :)
Stars: ✭ 39 (-56.18%)
Mutual labels:  fantom
CryptoLogos
Hundreds of crypto logos simply named by their normalized contract address
Stars: ✭ 14 (-84.27%)
Mutual labels:  fantom
Rabby
The game-changing wallet for Ethereum and all EVM chains
Stars: ✭ 562 (+531.46%)
Mutual labels:  fantom

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].