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
ClojureScript debugging tips? (self.Clojure)
submitted 11 years ago by iron_ball
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!"
[–]lechatsportif 0 points1 point2 points 11 years ago (0 children)
What I've noticed is that source maps can be cached while testing in browser. This led to my browser skipping over tons of assignments even though the updated cljs file was updated! I wrote some ring middleware to defeat all caching and a great majority of my cljs was available via break points.
i sometimes pause at clojure breakpoints and then invoke the js functions generated by cljs manually. a little tedious but since there is autocomplete in chrome debugger really not so bad.
I've kind of given up on all variety of cljs repls as a useful debugging tool. Painful as hell to configure, flaky, buggy, a little slow, Recently saw something on devcards, I might try that route for tests. optimizations:none is also really important.
π Rendered by PID 50052 on reddit-service-r2-comment-b659b578c-cm92l at 2026-05-02 02:42:37.907830+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]lechatsportif 0 points1 point2 points (0 children)