Category:Haxe: Difference between revisions

From Rosetta Code
Content added Content deleted
(Updated and filled in a bit.)
m (some tags in pane on the right)
 
Line 1: Line 1:
{{Stub}}{{language
{{Stub}}{{language
|site:https://haxe.org/
|strength=strong
|gc=yes
|compat=duck
|checking=static
|site=http://haxe.org}}
|strength=strong}}


'''[https://haxe.org/ 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.
'''[https://haxe.org/ 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.

Latest revision as of 03:12, 4 August 2019

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
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:


Listed below are all of the tasks on Rosetta Code which have been solved using Haxe.

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.