Y
Hacker News
new
|
ask
|
show
|
jobs
by
boucher
5982 days ago
CoffeeScript is a language. It doesn't run natively on node.js, so I don't really see the relationship here.
3 comments
tr4nslator
5982 days ago
Indeed, CoffeeScript was built on Ruby, and its REPL on Narwhal.
link
extension
5982 days ago
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.
link
amix
5982 days ago
CoffeeScript compiles to JavaScript and it can run natively on V8/node.js (since V8/node.js executes JavaScript)...
link