diff options
author | John Gabriele <jgabriele@fastmail.fm> | 2019-09-29 22:42:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-29 22:42:01 -0400 |
commit | 1371efe157ac337e68091a7e5dc8652ac29497eb (patch) | |
tree | dd8c5c34a7f7fa197c8810a5f8446477e351ed69 /haxe.html.markdown | |
parent | dff76c7965af30e7c7a752513a9ab93a15eb58bc (diff) |
general-purpose, not specifically web-oriented
Although Haxe has a great JS target, it has many other targets as well, and is a general-purpose language, and not strictly web-oriented.
Diffstat (limited to 'haxe.html.markdown')
-rw-r--r-- | haxe.html.markdown | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/haxe.html.markdown b/haxe.html.markdown index a31728e1..235a9b74 100644 --- a/haxe.html.markdown +++ b/haxe.html.markdown @@ -6,8 +6,8 @@ contributors: - ["Dan Korostelev", "https://github.com/nadako/"] --- -Haxe is a web-oriented language that provides platform support for C++, C#, -Swf/ActionScript, Javascript, Java, PHP, Python, Lua, HashLink, and Neko byte code +[Haxe](https://haxe.org/) is a general-purpose language that provides platform support for C++, C#, +Swf/ActionScript, JavaScript, Java, PHP, Python, Lua, HashLink, and Neko bytecode (the latter two being also written by the Haxe author). Note that this guide is for Haxe version 3. Some of the guide may be applicable to older versions, but it is recommended to use other references. @@ -668,7 +668,7 @@ class TypedefsAndStructuralTypes { That would give us a single "Surface" type to work with across all of those platforms. - */ + */ } } @@ -700,8 +700,7 @@ class UsingExample { instance, and the compiler still generates code equivalent to a static method. */ - } - + } } ``` |