CoffeeScript

The golden rule of CoffeeScript is: “It’s just JavaScript”. The code compiles one-to-one into the equivalent JS, and there is no interpretation at runtime. You can use any existing JavaScript library seamlessly (and vice-versa).

via CoffeeScript.

Leave a Reply

Your email address will not be published. Required fields are marked *