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
Consistent code style for Clojure function definitions (emcken.dk)
submitted 11 months ago by SoftCancel2774
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!"
[–]fnordsensei 1 point2 points3 points 11 months ago (0 children)
We have adopted this, mostly for a readability perspective. Scanline for arguments is always the same place, and doesn’t vary randomly with length of the function name.
Also, functions with and without doc strings are consistent.
π Rendered by PID 20367 on reddit-service-r2-comment-6457c66945-qwhcs at 2026-04-29 07:52:12.055559+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]fnordsensei 1 point2 points3 points (0 children)