CoffeeScript is fun…
I’ve been playing with coffee script a bit in a side project that I am working on and I have to say it makes me think of this:
CoffeeScript = [‘javascript’,’python’,’ruby’,’erlang’].join(‘+’);
Anyhow it also comes with cake which is like Make and Rake and it reads Cakefiles. The following example is a Cakefile with a task that builds .coffee source files into .js files, writing the output to the current dir.