when I went from JS to CoffeeScript, I've eased stress from my fingers due to lesser parens and brackets, as well as cognitive stress by using postfix unless/if on single line if statements, everything is an expression (I am not talking about array operations, since haxe supports them internally.
Later when I found Haxe includes EIAE, I've opted in for the type system and and multi-target, and waived on the brackets.
Now I found laxe, I wonder, what would it take to add postfix if/unless?
when I went from JS to CoffeeScript, I've eased stress from my fingers due to lesser parens and brackets, as well as cognitive stress by using postfix unless/if on single line if statements, everything is an expression (I am not talking about array operations, since haxe supports them internally.
Later when I found Haxe includes EIAE, I've opted in for the type system and and multi-target, and waived on the brackets.
Now I found laxe, I wonder, what would it take to add postfix if/unless?