SkillAgentSearch skills...

Fanx

A full-stack programming language

Install / Use

/learn @fanx-dev/Fanx
About this skill

Quality Score

0/100

Supported Platforms

Universal

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

View on GitHub
GitHub Stars166
CategoryDevelopment
Updated3d ago
Forks10

Languages

Fantom

Security Score

100/100

Audited on Apr 2, 2026

No findings