Just a note, as I couldn't find that info on the web easilly.

The clojure.jar coming with Netbeans plugin enclojure alpha-1.1076.0
October 22, 2008 apparently has a bug. The doseq and dotimes do not
work:

user=> (doseq [word ["one" "two" "three"]] (println word))

Throws java.lang.Exception: Unable to resolve symbol: word in this
context.

Workaround: replace it with the latest clojure.jar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to