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
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 '