haxedoc
Web-oriented universal programming language
Install
- All systems
-
curl cmd.cat/haxedoc.sh
- Debian
-
apt-get install haxe
- Ubuntu
-
apt-get install haxe
- Arch Linux
-
pacman -S haxe
- Kali Linux
-
apt-get install haxe
- Fedora
-
dnf install haxe
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install haxe
- OS X
-
brew install haxe
- Raspbian
-
apt-get install haxe
- Dockerfile
- dockerfile.run/haxedoc
haxe
Web-oriented universal programming language
Programming language similar to JavaScript, but with full-featured static type system and generics. The command-line compiler can generate Flash SWF files for client-side use, Neko bytecode for server-side use on Apache, or JavaScript/PHP using Browser DHTML API to create AJAX web applications. haXe was written by Nicolas Cannasse.