# fanx **Repository Path**: fanx-dev/fanx ## Basic Information - **Project Name**: fanx - **Description**: Fanx全栈编程语言 - **Primary Language**: Unknown - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: http://fanx.dev - **GVP Project**: No ## Statistics - **Stars**: 40 - **Forks**: 2 - **Created**: 2020-06-07 - **Last Updated**: 2024-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: 编程语言 ## 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)