jdonaldson / promhx

A promise and functional reactive programming library for Haxe
MIT License
145 stars 24 forks source link

more readable syntax? #16

Closed testbird closed 10 years ago

testbird commented 10 years ago

Maybe allow a more readable syntax like "await / defered"?

Compare to: http://maxtaco.github.io/coffee-script/#iced

jdonaldson commented 10 years ago

It's nice, but not valid Haxe syntax. Or, do you just like the words "await/deferred"?

testbird commented 10 years ago

Sorry only now did I see the macro do-notation for "promising", thanks!