Fanx is a full-stack programming language base on Fantom.
It is an object oriented and static typing language with elegant libraries.
Multi target to JVM, JavaScript, C and standalone VM
Generics type, lambda/closures, non-nullable type, async/await ...
Built-in immutability and actor model, safe in compile time
Write once run on Android/iOS/Web browser/Desktop
Web framework, database ORM, template engine, async/await based IO framewrok ...
// Hello from Fanx!
class HelloWorld
{
static fun main()
{
echo("Hello, World!")
}
}