Haxe

Haxe is a high-level cross-platform programming language and compiler that can produce applications and source code for many different computing platforms from one code-base. It is free and open-source software, released under an MIT License. The compiler is written in OCaml. It can be run in server-mode to provide code completion for integrated development environments (IDEs). Wikipedia

Created Year: 2005
Developed by: Simon KrajewskiNicolas CannasseCauê Waneck
Operating systems: Q94Unix-like operating systemMicrosoft Windows
Implemented in: OCaml

Wikidata: Q285886

Influenced by: ActionScriptC++JavaJavaScriptOCaml

Programming paradigms: multi-paradigm programminggeneric programmingfunctional programmingobject-oriented programming

Haxe Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in Haxe

class HelloWorld {
    static function main() {
        trace("Hello World");
    }
}

Free Haxe books, articles, documentation

Search on GitHub


Latest data update: 2025-10-11