On Wed, Jan 27, 2010 at 11:27 AM, Richard Newman <holyg...@gmail.com> wrote:
> Simple: ns is a macro, so you don't need to quote. use and require are
> functions, so you need to quote their symbol arguments.
>
> ns uses keywords to identify its directives (:use), and functions (use)
> don't, because they're identified by regular symbols.

ok, thanks, i will try to internalize that :-)

i am not somebody who can point to languages i have defined and
implemented, so i don't have any cred, but i think the requirement
that the programmer know such details (like i have to know what is or
is not a macro in the system at all times) is less than ideal for the
end-user-programmer.

sincerely.

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