mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
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.
This commit is contained in:
parent
dff76c7965
commit
1371efe157
@ -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.
|
||||
@ -701,7 +701,6 @@ class UsingExample {
|
||||
static method.
|
||||
*/
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user