summaryrefslogtreecommitdiffstats
path: root/development/haxe-bin/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/haxe-bin/README')
-rw-r--r--development/haxe-bin/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/development/haxe-bin/README b/development/haxe-bin/README
new file mode 100644
index 0000000000..8d2fb20755
--- /dev/null
+++ b/development/haxe-bin/README
@@ -0,0 +1,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.