On 4/4/16, 3:07 AM, "Chris White" <clojure@googlegroups.com on behalf of 
cwprog...@live.com> wrote:
> I'm currently in the process of learning Clojure and would like to look 
> around the source code to see how it's laid out.

Given that the core of Clojure itself is a mix of Java and (often) 
non-idiomatic Clojure, I’m not sure what value any of it would be to _learning_ 
Clojure.

For any given function, you can read the docstring and view the source code in 
the REPL (via the ‘doc’ and ‘source’) functions – and that’s how most people 
work, I think.

As Stuart indicated, what you’ll find via the Clojure Toolbox and on Clojars 
(which will link to myriad GitHub repos) will probably be more educational in 
terms of reading “stuff built in Clojure”.

Good luck, and welcome to the community!

Sean Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)





-- 
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/d/optout.

Reply via email to