summaryrefslogtreecommitdiffstats
path: root/development/haxe-bin/README
blob: 8d2fb20755463038f7f7389e3e07963b8a721b52 (plain)
1
2
3
4
5
6
7
8
9
10
11
Haxe is an open source high-level strictly-typed programming language
with a fast optimizing cross-compiler.

Haxe can build cross-platform applications targeting JavaScript,
C++, C#, Java, JVM, Python, Lua, PHP, Flash, and allows access to each
platform's native capabilities. Haxe has its own VMs (HashLink and
NekoVM) but can also run in interpreted mode.

Code written in Haxe can be compiled to any target Haxe supports.

This is a repackaging of the official binary distribution.