On 20 May 2010, at 08:03, Аркадий Рост wrote:

It turned out that special forms are behaving strangely when you try
to redefine them.

You can't redefine special forms. What you define in your examples is the symbols that serve to identify special forms. But they indicate special forms only when used in the first position of a list that is evaluated. Everywhere else, they behave just like symbols, so you can use them to name vars or provide local bindings in a let form.

Konrad.

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