On Monday, April 29, 2013 6:07:34 PM UTC-4, larry google groups wrote:
>
>
> I am no longer a total beginner at Clojure, but I find I still get badly 
> confused by some issues at the repl (namesspaces, classpath, dependencies, 
> etc). Can anyone point me to a good tutorial about working at the repl? 
>
>
Leiningen is terrific for streamlining this process. 

http://jrheard.tumblr.com/post/40024238467/getting-started-with-clojure

Perhaps the biggest gotcha for me namespaces in the REPL was understanding 
(in-ns) vs (ns) and (require) vs (use).  


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