now if i only knew when to use ' or : or nothing, and which in (ns)
vs. inline in the repl.

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.

--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
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