|
|
|
|
|
by mfikes
3969 days ago
|
|
None of this recent work facilitates compiling ClojureScript into CommonJS modules for use with Node. But, the opposite is in flight: ClojureScript now has support for depending on libraries that are packaged using the CommonJS system. |
|
http://www.matthewstump.com/misc/2012/06/04/writing-nodejs-m...
Should be really very easy to do, you only need to study what cljs compiler emits and the docs for Google Closure Compiler JS libs.