skyter10086 / fanx

A portable programming language

Home Page:http://fanx.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fanx Programming Language

Fanx is a general purpose programming language base on Fantom.

It is an object oriented, functional programming language designed to cross compile to JVM, .NET, JavaScript, C and LLVM. It features a familiar Java-like syntax, static (and dynamic) typing, elegant system library, closures, immutability, actor concurrency, and much more.

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

Installing

Documentation

About

A portable programming language

http://fanx.info/


Languages

Language:Fantom 79.1%Language:Java 16.0%Language:JavaScript 4.8%Language:C# 0.1%Language:Shell 0.0%