# fanx **Repository Path**: normojs/fanx ## Basic Information - **Project Name**: fanx - **Description**: Fanx编程语言 - **Primary Language**: Unknown - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: http://fanx.info - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-28 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fanx Programming Language Fanx is a general purpose programming language base on Fantom. It is an object oriented, functional programming language designed to cross compile to JVM, JavaScript, C and VM. It features a familiar modern syntax, static (and dynamic) typing, elegant system library, closures/lambda, immutability, actor concurrency, async/await, generics type and much more. ```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)