Fanx Save

A full-stack programming language

Project README

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

Open Source Agenda is not affiliated with "Fanx" Project. README Source: fanx-dev/fanx
Stars
169
Open Issues
2
Last Commit
1 year ago
Repository
Homepage

Open Source Agenda Badge

Open Source Agenda Rating