The following table gives an overview of available Haxe targets:
Name | Kind | Static typing | Sys | Since |
---|---|---|---|---|
Flash | byte code | Yes | No | alpha (2005) |
Neko | byte code | No | Yes | alpha (2005) |
JavaScript | source | No | No | beta (2006) |
ActionScript 3 | source | Yes | No | 1.12 (2007) |
PHP | source | No | Yes | 2.0 (2008) |
C++ | source | Yes | Yes | 2.04 (2009) |
Java | source | Yes | Yes | 2.10 (2012) |
C# | source | Yes | Yes | 2.10 (2012) |
Python | source | No | Yes | 3.2 (2015) |
Lua | source | No | Yes | 3.3 (2016) |
PHP7 | source | No | Yes | 3.4 (2016) |
HashLink | byte code + source | Yes | Yes | 3.4 (2016) |
Note:
- "Static typing: Yes" means the target platform natively supports static typing. Haxe code itself is statically typed no matter what target it is compiled to.
- "Sys: Yes" means the target supports the System api.