简体   繁体   中英

How to learn Haxe as a JavaScript developer

I have been using JS for like 3 years. I want to use OpenFL for making mobile apps. However, I do not know Haxe. And I don't know other programming languages either. However, I am comfortable in learning classes, inheritance, etc....

Also, so far from what I have read, OpenFL is better than Adobe AIR in terms of performance and you need to know Haxe to use OpenFL.

So how can I get started? Are there any good resources? All seem to be tailored toward AS3 developers.

Do I need to understand Flash before i can get into Haxe?

Haxe and OpenFL in general ARE tailored for Flash developer to access more advanced features and improved performance.

While in time of NME most classes had same name as Flash, but a different package. Now, OpenFL has the same packages, class names, methods etc.

Haxe has a very similar syntax to AS3 (and therefore similar to all ECMAscript languages), the only few differences are:

  • Casts
  • Contructors
  • For Loops

and many minor things, like absence of uint, Number is known as Float etc, semicolon is mandatory.

Feel free to look into ActionScript 3, and you'll be able to just right into Haxe development with no problem. Except the differences listed above there are really few differences for beginner, mid-level developers.

In general Haxe is richer as a language, but as some small features that are present in as3 but missing in Haxe (eg: no labels for loops, blocks and if statements)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM