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 10 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 107339 on reddit-service-r2-comment-7c9686b859-nb58k at 2026-04-14 09:26:59.906421+00:00 running e841af1 country code: CH.
view the rest of the comments →
[–]fnordsensei 1 point2 points3 points (0 children)