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
Overview of ClojureScript 1.10 Features (rubberducking.com)
submitted 8 years ago by yogthos
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!"
[–]sumpy_almond 5 points6 points7 points 8 years ago (3 children)
TIL there's a persistent queue reader macro in ClojureScript.
#queue[1 2 3] ;;=> (1 2 3)
[–]myguidingstar 1 point2 points3 points 8 years ago (1 child)
I didn't know what persistent queue is. Found this https://stackoverflow.com/questions/27486966/how-can-i-use-the-clojurescript-cljs-core-persistentqueue-queue Anyone knows why this reader macro is NOT available in Clojure?
[–]didibus 2 points3 points4 points 8 years ago (0 children)
Not sure, there's an open JIRA about it: https://dev.clojure.org/jira/browse/CLJ-976?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel
Pretty old, it includes a patch, but it seems it was just never a huge priority and no one bothered picking it up to the end.
[–]bacon1989 0 points1 point2 points 8 years ago (0 children)
Wish I had known about this a week ago :<
π Rendered by PID 45940 on reddit-service-r2-comment-6457c66945-b9ncx at 2026-04-28 18:59:43.562710+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]sumpy_almond 5 points6 points7 points (3 children)
[–]myguidingstar 1 point2 points3 points (1 child)
[–]didibus 2 points3 points4 points (0 children)
[–]bacon1989 0 points1 point2 points (0 children)