Category:Haxe
Haxe
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using Haxe.
This programming language may be used to instruct a computer to perform a task.
Garbage collected: | Yes |
---|---|
Type strength: | Strong |
Type checking: | Static |
See Also: |
|
Haxe is a general-purpose high-level modern OO programming language with a familiar C-/JS-like syntax. It can compile to numerous targets, including C++, Python, JavaScript, Lua, Java, PHP, C sharp, ActionScript3, Adobe Flash, as well as to bytecode for its very own HashLink VM and Neko VM, and the JVM. The compiler also comes with its own built-in interpreter.
With Haxe you can compile a single codebase to multiple targets depending upon your use-case.
Haxe is a mature language with a very fast compiler. See its Language Intro for a quick overview of the language.
Pages in category "Haxe"
The following 55 pages are in this category, out of 55 total.
L
R
S
- SHA-1
- SHA-256
- Sierpinski triangle
- Sorting algorithms/Bubble sort
- Sorting algorithms/Cocktail sort
- Sorting algorithms/Comb sort
- Sorting algorithms/Counting sort
- Sorting algorithms/Gnome sort
- Sorting algorithms/Heapsort
- Sorting algorithms/Insertion sort
- Sorting algorithms/Pancake sort
- Sorting algorithms/Selection sort
- Sorting algorithms/Shell sort
- Steady squares
- Steffensen's method
- String interpolation (included)
- Sum of a series