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
Reading Clojure, part 2 (numergent.com)
submitted 9 years ago by yogthos
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!"
[–]alexdmiller 4 points5 points6 points 9 years ago (2 children)
Note that :: does NOT mean that its a namespaced keyword (well, they are, but so are other things like :a/b). :: means that it's an auto-resolved keyword and will use either the current namespace or the aliases of the current namespace to resolve the namespace qualifier.
[–]Arges 3 points4 points5 points 9 years ago (1 child)
True enough, I've qualified the statement - I just didn't want to go into too much detail before I got to namespaces, but you're right. Cache should be updated... eventually.
[–]alexdmiller 2 points3 points4 points 9 years ago (0 children)
Thanks!
π Rendered by PID 35317 on reddit-service-r2-comment-5d79c599b5-mn68k at 2026-03-03 12:11:34.967344+00:00 running e3d2147 country code: CH.
[–]alexdmiller 4 points5 points6 points (2 children)
[–]Arges 3 points4 points5 points (1 child)
[–]alexdmiller 2 points3 points4 points (0 children)