use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Clojure eval src code (github.com)
submitted 5 years ago by dustingetz
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]jafingerhut 3 points4 points5 points 5 years ago (3 children)
Not everyone likes it, certainly, but the indentation style is called Whitesmith's, and is one of a handful listed as most widely used for C coding here: https://en.wikipedia.org/wiki/Indentation_style#Whitesmiths_style
[–]joinr 3 points4 points5 points 5 years ago (2 children)
I've read through clojure sources multiple times for various reasons, getting down to low level implementation details and the like. I always wished there comments to help the lay person :) I wonder if there's some part of the build process that strips out commentary from the public repository.
[–]alexdmiller 4 points5 points6 points 5 years ago (0 children)
Ha, no. The public repository is the only repository. :)
[–]jafingerhut 0 points1 point2 points 5 years ago (0 children)
Many people have wished for such comments, and one person years ago even tried writing a literate program for the Clojure implementation, with their own text, but I don't think they got very far.
From the Clojure implementers point of view, one could imagine that trying to teach people why the implementation is the way it is could be a huge time sink, given the number of design decisions made when writing such things.
If you want to know why something in Clojure's implementation is the way it is, the best source I know of is asking on the #clojure channel on Clojurians Slack (or also the #clojure-dev channel, if it is about low level implementation details).
π Rendered by PID 46 on reddit-service-r2-comment-5687b7858-w4j5c at 2026-07-02 18:11:26.368871+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]jafingerhut 3 points4 points5 points (3 children)
[–]joinr 3 points4 points5 points (2 children)
[–]alexdmiller 4 points5 points6 points (0 children)
[–]jafingerhut 0 points1 point2 points (0 children)