[ANN] clojure-script for NodeJS

2012-05-10 Thread Michael Bradley, Jr.
I'm looking for folks to help me kick the tires and push this project forward: https://github.com/michaelsbradleyjr/node-clojurescript http://search.npmjs.org/#/clojure-script -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, s

Re: [ANN] clojure-script for NodeJS

2012-05-10 Thread David Nolen
Looks neat. Any reason to call the module clojure-script instead of just clojurescript? David On Thu, May 10, 2012 at 2:38 AM, Michael Bradley, Jr. < michaelsbradle...@gmail.com> wrote: > I'm looking for folks to help me kick the tires and push this project > forward: > > https://github.com/mic

Re: [ANN] clojure-script for NodeJS

2012-05-10 Thread David Nolen
Just gave it a shot, works! Would be nice if it gave some feedback that it was compiling / recompiling. David On Thu, May 10, 2012 at 2:38 AM, Michael Bradley, Jr. < michaelsbradle...@gmail.com> wrote: > I'm looking for folks to help me kick the tires and push this project > forward: > > https:/

Re: [ANN] clojure-script for NodeJS

2012-05-10 Thread Michael Bradley, Jr.
Four reasons, all interrelated. Whether they're good reasons, I'm not 100% positive, but felt this was the way to go: *1.* The "coffee-script" package on npm is one of my favorites, and was the inspiration for my "clojure-script" package. Thus, I wanted the package names to resemble one anothe

Re: [ANN] clojure-script for NodeJS

2012-05-10 Thread Michael Bradley, Jr.
Sure, maybe a "spinner" or something like that. However, many use cases would exclude displaying such an indicator, e.g. if you're sending the compiled text to stdout, running a .cljs script directly or some other script that uses Node's `require` to load a .cljs script, etc. That is, in those