On 31/10/13 12:43, P Martin wrote:
To clarify my error, I did not put your suggestion into the ns declaration. I called it on a separate line of code. I now just have all of my require statements at the top of my clj files with proper aliasing and it works fine.

well yes if you do have a namespace that you're working on (which is not temporary like the 'user' namespace) then the preferred way is to put everything in your ns declaration. the only thing that changes is that 'require/use' become :require/:use and you can get rid of the quoting of the 'require'd vector. But it is essentially the same thing whether you do it up there or further down...

glad you sorted it :)

Jim

--
--
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
--- You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to