Haxe: Cross-Platform Development's Best-Kept Secret
1–10 of 42 posts
Re: Haxe: Cross-Platform Development's Best-Kept Secret
#2It’s always interesting how the chicken-and-egg problem applies to programming languages.
Re: Haxe: Cross-Platform Development's Best-Kept Secret
#3It might be time to try Haxe. I’ve always wondered why it doesn’t get a lot of buzz around it. It seems like a genuinely good way to achieve “write once, run anywhere.” It’s always interesting how the chicken-and-egg problem applies to programming languages.
Re: Haxe: Cross-Platform Development's Best-Kept Secret
#4Re: Haxe: Cross-Platform Development's Best-Kept Secret
#5The biggest thing that interests me about Haxe is it is rare to find a high-level language with a sophisticated static type system and familiar syntax. This is why TypeScript is so much beloved, but Haxe has some awesome features TypeScript lacks, like a pattern-matching switch statement (with guards), and array comprehensions.
Re: Haxe: Cross-Platform Development's Best-Kept Secret
#6It might be time to try Haxe. I’ve always wondered why it doesn’t get a lot of buzz around it. It seems like a genuinely good way to achieve “write once, run anywhere.” It’s always interesting how the chicken-and-egg problem applies to programming languages.
Its a nice language though some of the output is weird. Like I did a PHP target as a test and I think I did a print statement and it added a lot of code in there when i was expecting a simple echo or something. So it can have its downsides depending on what you do. Definitely curious where it stands for Mobile though.
Re: Haxe: Cross-Platform Development's Best-Kept Secret
#7Re: Haxe: Cross-Platform Development's Best-Kept Secret
#8Is haxe used for anything other than games? The userbase seems to have a focus on flash, games etc.
To be honest these days I mostly just use it as a “better JavaScript” because I’d prefer my backend to be NodeJS rather than PHP or Java or sone other Haxe target. But I really do prefer it to JavaScript, even with Babel and Flow and ES6 and all the things to modernise Js.
Re: Haxe: Cross-Platform Development's Best-Kept Secret
#9Is haxe used for anything other than games? The userbase seems to have a focus on flash, games etc.
Re: Haxe: Cross-Platform Development's Best-Kept Secret
#10Is haxe used for anything other than games? The userbase seems to have a focus on flash, games etc.
* https://hkoscon.org/2018/topic/haxe-better-javascript-practi...
* https://hkoscon.org/2018/topic/type-safe-rest-api-haxe
I believe there will be live streams, or you can checkout the video that will be available shortly after.
(I'm a member of the Haxe Foundation, also the organizer of the HKOSCon Haxe track)