Esa-Matti Suuronen

I write code and jump

How to Write CoffeeScript Efficiently

I have found few tricks that makes writing CoffeeScript more efficient and fun, especially when learning it and I’d like to share it with you.

These tricks are for Vim, but the ideas can be carried out to other editors as well. I know that at least the TextMate CoffeeScript Bundle can do some of these.

Python-like Decorators in CoffeeScript

I really like decorators in Python and I sometimes miss them when working in other languages. Today at work it hit me when I was working on a CoffeeScript project. It is really easy to implement Python-like decorators cleanly in CoffeeScript.