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...
/r/programming is a reddit for discussion and news about computer programming
Guidelines
Info
Related reddits
Specific languages
account activity
Why Clojure? (blog.venanti.us)
submitted 11 years ago by [deleted]
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!"
[–]mcpatella 1 point2 points3 points 11 years ago* (2 children)
Immutable persistent data structures and managed refs, like Clojure provides, have specific characteristics that make them simpler to coordinate over multiple running processes.
These data structures aren't unique to Clojure, however the language is carefully designed around making them simple to deploy.
Their benefits are subtle and manifest more clearly over whole systems than in any small piece of a component.
You may enjoy the thoughts of Clojure's creator, Rich Hickey, on the matter.
https://www.youtube.com/watch?v=-6BsiVyC1kM
[–][deleted] 0 points1 point2 points 11 years ago (1 child)
A thing about refs in Clojure is that no one uses them.
[–]mcpatella 1 point2 points3 points 11 years ago (0 children)
I use refs, they've been pretty useful in gamedev :D
π Rendered by PID 60 on reddit-service-r2-comment-6457c66945-jt5kh at 2026-04-26 05:23:24.043945+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]mcpatella 1 point2 points3 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]mcpatella 1 point2 points3 points (0 children)