|
|
|
|
|
by Gama11
2598 days ago
|
|
Haxe is hardly a "scripting language", at least according to my definition of that term. It's a strictly typed high-level language with a proper optimizing compiler. Depending on the target it produces either bytecode (Neko, HashLink, Flash and recently JVM) or source code (C++, JavaScript, Python, Lua, C#, Java, PHP). See https://haxe.org/documentation/introduction/compiler-targets... for a full list of targets. |
|