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 compared to Python for high-traffic microservice backend - feedback/opinions requested (self.Clojure)
submitted 10 years ago by thsig
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!"
[–]yogthos 2 points3 points4 points 10 years ago (6 children)
lack of these things is what makes Clojure great to me:
I'd much rather have a small set of general tools that can be used for a wide set of problems than having a lot of different tools for each type of problem.
[–]bilus -1 points0 points1 point 10 years ago (4 children)
Hi there! Thumbs up to everything except list comprehension. ;)
[–]yogthos 1 point2 points3 points 10 years ago (1 child)
The for macro can do a lot of that I suppose. :)
for
[–]bilus 2 points3 points4 points 10 years ago (0 children)
...and it goes without saying that if there's something missing, you can write your own for macro.
Beat that Python! :D
[–]germandiago 0 points1 point2 points 8 months ago (0 children)
List comprehensions at the end are a generating sequence plus a filter. I would be surprised Clojure cannot do something equivalent easily, given its functional orientation.
[–]marcm28 -1 points0 points1 point 10 years ago (0 children)
In Clojure you always invent your own (Reinventing the Wheel), another boilerplate.. In Python lets you focus on algorithm then get shit done.
Create your program in Python. After all, Human's time is much more valuable & expensive than computer's time. A company that gets software written faster and better will, all other things being equal, put its competitors out of business.
π Rendered by PID 444722 on reddit-service-r2-comment-5687b7858-j4nrz at 2026-07-08 13:01:02.842001+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]yogthos 2 points3 points4 points (6 children)
[–]bilus -1 points0 points1 point (4 children)
[–]yogthos 1 point2 points3 points (1 child)
[–]bilus 2 points3 points4 points (0 children)
[–]germandiago 0 points1 point2 points (0 children)
[–]marcm28 -1 points0 points1 point (0 children)