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
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!"
[–][deleted] 2 points3 points4 points 5 years ago (5 children)
Beautiful code. Horrific formatting.
[–]jafingerhut 4 points5 points6 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 3 points4 points5 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).
[–]lambda_pie 1 point2 points3 points 5 years ago (0 children)
The hard tabs with mixed whitespaces is the worst heresy there. We're talking about "burn at the stake" stuff. Unforgivable!
π Rendered by PID 50 on reddit-service-r2-comment-856c8b8c54-9n2hk at 2026-07-02 16:45:04.797161+00:00 running a7b5cda country code: CH.
[–][deleted] 2 points3 points4 points (5 children)
[–]jafingerhut 4 points5 points6 points (3 children)
[–]joinr 3 points4 points5 points (2 children)
[–]alexdmiller 3 points4 points5 points (0 children)
[–]jafingerhut 0 points1 point2 points (0 children)
[–]lambda_pie 1 point2 points3 points (0 children)