Quote (gEckoStar @ May 11 2014 12:45am)
coffeescript it !
looked it up on wiki. i didnt see anything especially nice about it. perhaps i need to see more examples
Quote
Issues[edit]
CoffeeScript is very sensitive to whitespace, counting a tab as a single space.
The compiler provides very rudimentary diagnostic information in the case of errors.
Priority rules are not always intuitive, sometimes causing sub-expressions to end up in unexpected places.
Debugging is a major problem because the compiled code is not always readable.
Claim of increased source code readability can be disputed.
im a bit concerned about the troubleshooting.