Comment on (fab) - A pure javascript DSL for building async web appsparentComments−boucher16yCoffeeScript is a language. It doesn't run natively on node.js, so I don't really see the relationship here.−tr4nslatorOP16yIndeed, CoffeeScript was built on Ruby, and its REPL on Narwhal.−extension16yHere's a relationship: if I was going to write all my web apps in JavaScript, I would want something like CoffeeScript to ease the pain.−amix16yCoffeeScript compiles to JavaScript and it can run natively on V8/node.js (since V8/node.js executes JavaScript)...
Comments
CoffeeScript is a language. It doesn't run natively on node.js, so I don't really see the relationship here.
Indeed, CoffeeScript was built on Ruby, and its REPL on Narwhal.
Here's a relationship: if I was going to write all my web apps in JavaScript, I would want something like CoffeeScript to ease the pain.
CoffeeScript compiles to JavaScript and it can run natively on V8/node.js (since V8/node.js executes JavaScript)...