Category:Haxe: Difference between revisions

Updated and filled in a bit.
(Created page with "{{Stub}}{{language |strength=strong |compat=duck |site=http://haxe.org}} '''Haxe''' is a programming language designed for creating interactive web applications. There are sev...")
 
(Updated and filled in a bit.)
Line 3:
|compat=duck
|site=http://haxe.org}}
 
'''Haxe''' is a programming language designed for creating interactive web applications. There are several official compiler targets - Adobe Flash, [[JavaScript]], Neko VM, [[PHP]], [[C++]], [[Java]], [[C sharp]].
'''[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.
 
With Haxe you can compile a single codebase to multiple targets depending upon your [https://haxe.org/use-cases/ use-case].
 
Haxe is a mature language with a very fast compiler. See its [https://haxe.org/documentation/introduction/language-introduction.html Language Intro] for a quick overview of the language.
Anonymous user