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 '{:target :nodejs}' > nodehello.js
Oct 20, 2012 2:02:05 PM com.google.javascript.jscomp.LoggerErrorManager 
println
SEVERE: cljs.nodejscli:3: ERROR - required "cljs.nodejs" namespace never 
provided
goog.require('cljs.nodejs');
^

Oct 20, 2012 2:02:05 PM com.google.javascript.jscomp.LoggerErrorManager 
printSummary
WARNING: 1 error(s), 0 warning(s)

Can somebody tell me what's that mean?

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to