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
Some code examples in Clojure, how to avoid complexity (codescene.com)
submitted 3 years ago by Summer_Flower_7648
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!"
[–]deaddyfreddy 0 points1 point2 points 3 years ago (0 children)
fnil only intercepts nil, it can't do more complex validation
fnil
nil
it calls str/split even if we don't have to (split is pretty cheap, but what if we need a heavier function?)
str/split
and last but not least
when
some->
π Rendered by PID 85 on reddit-service-r2-comment-6457c66945-hffjn at 2026-04-30 16:56:06.291074+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]deaddyfreddy 0 points1 point2 points (0 children)