> I have the following Clojure code and I'm not sure why it's not working:

The short answer is: That's not Clojure code, it is Common Lisp code.

Longer answer: Despite having similar-looking syntax, the two are not
particularly related. Of the functions/macros you tried to use, I
think only "and", "cons", and "when" simultaneously exist, have the
same syntax, and work in approximately the same way in Clojure as in
Common Lisp.

I would suggest reading some Clojure documentation.
--~--~---------~--~----~------------~-------~--~----~
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
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