8 comments

[ 2.3 ms ] story [ 27.5 ms ] thread
Haven't tried it yet but if it works, then that's great. Most of my work-related development is done on a Windows laptop and that has been a major hurdle in trying to adopt CoffeeScript. No more excuses now.
I can confirm it works. Very nice, trying to install node.js on cygwin is an exercise in frustration.
agreed, it's not pleasant thats for sure
Funny coincidence: Just an hour ago, I installed both Node.js and CoffeeScript on Windows using mingw:

https://github.com/joyent/node/wiki/Building-node.js-on-ming...

To use CoffeeScript with the mingw-built Node.js, just add "path-to-coffe-script/bin" to your mingw-bash $PATH (or the global path, but node.exe only works in mingw) and change

#!/bin/env node

to

#!your-nodejs-folder/node.exe

in "bin/coffee"

edit: Or just add the directory with "node.exe" to your path.

You can also grab the latest node.js Window's binaries (it bundles Cygwin runtime binaries too) and then always run the latest CoffeeScript.

Binaries are available here:

http://node-js.prcn.co.cc/