Haxe 4.2
community.haxe.org
Haxe 4.2
1–10 of 105 posts
Re: Haxe 4.2
#2I'm curious how popular it is at this point? Is there a big benefit over something like Typescript now?
Re: Haxe 4.2
#3Re: Haxe 4.2
#4Re: Haxe 4.2
#5Re: Haxe 4.2
#61: https://haxe.org/documentation/introduction/compiler-targets...
Re: Haxe 4.2
#7I like learned on the front-page example a multi-state (?) switch statement. What is this called and any other languages support this?
switch [playerA.move, playerB.move] { case [Rock, Scissors] | [Paper, Rock] | [Scissors, Paper]: Winner(playerA);
...
Re: Haxe 4.2
#8I remember thinking that this was a MUCH better language than AS3 for Flash & Flex development. Now, 10 years later, I'm honestly surprised that it still exists and is being maintained. I'm curious how popular it is at this point? Is there a big benefit over something like Typescript now?
Re: Haxe 4.2
#9I remember thinking that this was a MUCH better language than AS3 for Flash & Flex development. Now, 10 years later, I'm honestly surprised that it still exists and is being maintained. I'm curious how popular it is at this point? Is there a big benefit over something like Typescript now?
Re: Haxe 4.2
#10looks better than typescript at first glance
Ecma / JavaScript -> Typescript
Ecma / ActionScript -> Haxe
Haxe is truly fascinating and Neko is a great engine as far as I could test. But the language suffers from global scale adoption, not due for the quality but due to the lack of big names representing, I feel.