# Fanx **Repository Path**: mirrors/Fanx ## Basic Information - **Project Name**: Fanx - **Description**: Fanx是基于Fantom语言开发的编程语言 - **Primary Language**: Unknown - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 1 - **Created**: 2019-06-03 - **Last Updated**: 2025-11-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```fantom // Hello from Fanx! class HelloWorld { static fun main() { echo("Hello, World!") } } ``` ## Installing * [Download](https://github.com/fanx-dev/fanx/releases) * [QuickStart](https://github.com/fanx-dev/fanx/blob/master/doc/QuickStart.md) ## Documentation * [Learn More](https://github.com/chunquedong/fanx/blob/master/doc/Index.md) * [中文文档](https://zhuanlan.zhihu.com/p/63336794)