Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.06 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.06 KB

Fanx Programming Language

Fanx is a full-stack programming language base on Fantom.

It is an object oriented and static typing language with elegant libraries.

Features

Portability

Multi target to JVM, JavaScript, C and standalone VM

Beautiful Syntax

Generics type, lambda/closures, non-nullable type, async/await ...

Concurrency Safe

Built-in immutability and actor model, safe in compile time

Cross-platform UI Framework

Write once run on Android/iOS/Web browser/Desktop

Server-side Framework

Web framework, database ORM, template engine, async/await based IO framewrok ...

Hello World

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

Installing

Documentation