Re: Error when compiling the node.js example on the quick page.

2012-10-20 Thread David Nolen
On Sat, Oct 20, 2012 at 2:05 AM, Jiajian Huang wrote: > I am trying clojurescript right now and when I compiling the node example > on the quick page, an error happens. > > * temp : cat nodehello.cljs > (ns nodehello) > > (defn -main [& args] > (println (apply str (map [\ "world" "hello"] [2 0

Error when compiling the node.js example on the quick page.

2012-10-19 Thread Jiajian Huang
I am trying clojurescript right now and when I compiling the node example on the quick page, an error happens. * temp : cat nodehello.cljs (ns nodehello) (defn -main [& args] (println (apply str (map [\ "world" "hello"] [2 0 1] (set! *main-cli-fn* -main) * temp : cljsc nodehello.cljs '