Live data from Hacker News

Try Haxe

try.haxe.org

1–10 of 89 posts

Re: Try Haxe

#4
I'm guessing the server is under some load at the moment as it's running pretty slow. But very cool demo page, been using it the last few days. I'm impressed with how small Haxe's JS output has gotten lately.

Clément hacked this together as a weekend project. Source code is here for those interested: https://github.com/clemos/try-haxe

Well done :)

Re: Try Haxe

#5
Haxe is a nice language, though I don't like it's verbosity (hey, it's almost like Java!). Maybe I'm too much spoilt with coffeescript, ruby, python and other syntax-sugary languages.

Re: Try Haxe

#7
In the example in that landing page, there appears to be if statements depending on platform, is this something that's often necessary when using Haxe, or only when you want to perform a specific action for that target language?

Re: Try Haxe

#8

In the example in that landing page, there appears to be if statements depending on platform, is this something that's often necessary when using Haxe, or only when you want to perform a specific action for that target language?

Only when you want to perform specific actions (Or are writing a cross-platform lib which may need itself to perform platform specific actions)

In the usual case of using already written cross-platform libs you'd rarely need to do this.

Re: Try Haxe

#9
post #6
post #5

Haxe is a nice language, though I don't like it's verbosity (hey, it's almost like Java!). Maybe I'm too much spoilt with coffeescript, ruby, python and other syntax-sugary languages.

Hey, it has macros! But it doesn't compile to coffeescript ... yet ... http://haxe.org/manual/macros

What's the point of compiling to CoffeeScript when it compiles to JavaScript ?

Re: Try Haxe

#10
post #9
post #6

Earlier quoted context omitted.

Hey, it has macros! But it doesn't compile to coffeescript ... yet ... http://haxe.org/manual/macros

What's the point of compiling to CoffeeScript when it compiles to JavaScript ?

Because trendy technologies.
Post reply on HN