On Tue, Dec 23, 2008 at 4:17 PM, Piotr 'Qertoip' Włodarek <[email protected]> wrote: > > 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.
The syntax for doseq changed since the July release of Clojure that enclojure is probably using. > Workaround: replace it with the latest clojure.jar Probably the best thing to do as long as it doesn't confuse enclojure. -- Michael Wood <[email protected]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
