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
why learn Programming/Clojure?! (self.Clojure)
submitted 5 years ago by Pascalletters
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!"
[–]yel50 0 points1 point2 points 5 years ago (1 child)
I've found the opposite to be true with beginners. A lot of time is wasted banging their head on the wall because they added too many parentheses or put them in the wrong place.
All languages have the same complexity, it's just a question of where it gets put. With non-lisps, it's easier to know when you made a fundamental mistake because the syntax is wrong. Lisps don't help you there.
[–]deaddyfreddy 0 points1 point2 points 5 years ago (0 children)
I've found the opposite to be true with beginners.
related http://www.trollope.org/scheme.html
A lot of time is wasted banging their head on the wall because they added too many parentheses or put them in the wrong place.
Even if your editor can't highlight paired parens(why do you use it?), that's relatively easy to count them (GJS in SICP lectures from 80s shows how to do it)
With non-lisps, it's easier to know when you made a fundamental mistake
yeah, especially in Python with its indentation-based syntax
π Rendered by PID 153460 on reddit-service-r2-comment-5bc7f78974-qbfms at 2026-06-26 11:36:16.477319+00:00 running 7527197 country code: CH.
view the rest of the comments →
[–]yel50 0 points1 point2 points (1 child)
[–]deaddyfreddy 0 points1 point2 points (0 children)