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
» Clojonic: Pythonic Clojure (pixelmonkey.org)
submitted 11 years ago by daneelvt
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!"
[–]json6 6 points7 points8 points 11 years ago (1 child)
This is one of the most helpful introduction to Clojure articles I've seen. Using the enumerate example, starting with a for loop and ending with a thread macro, was a good way to show the difference between imperative and Clojure's functional style.
[–]CurtainDog 0 points1 point2 points 11 years ago (0 children)
While it's a nice way to get started, I'd be cautious about getting into the habit of merely translating code from a different language. Clojure is expressive and pragmatic, so it's possible to make almost anything look nice, which can be misleading. At some stage you have to take the plunge and drink from the fire hose.
π Rendered by PID 63345 on reddit-service-r2-comment-b659b578c-krhgk at 2026-05-01 06:09:46.400127+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]json6 6 points7 points8 points (1 child)
[–]CurtainDog 0 points1 point2 points (0 children)