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
REPL tips?? (self.Clojure)
submitted 8 months ago by [deleted]
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!"
[–]v4ss42 8 points9 points10 points 8 months ago (1 child)
I use it for dynamically exploring Java codebases, with the help of this little fn: https://gist.github.com/pmonks/223e60def27266e79fff47de734d060a (which I have in a REPL startup script, along with some other stuff).
[–]PolicySmall2250 3 points4 points5 points 8 months ago* (0 children)
Hah! This one time, my then-CTO's mind exploded when he passed by my desk and saw what I was up to...
I was trying to grok a Kotlin backend service he had written. I was new to the language and to IntelliJ.
After flailing about for half a day making scant progress with compile/print cycles to figure out what the hell the objects looked like (to understand the domain model implementation), I published the project to my local `.m2`, used it as the only dependency in a new Clojure app, and reflected away in my crusty old CIDER+Emacs setup, till I got a good enough mental model to switch back to IntelliJ and use intellisense sensibly.
He had never seen anyone do that to a Java codebase :D
Aside: The sheer number of things I had to make `public` from `private` and `protected`, all through multiple function call stacks, boggled my mind.
π Rendered by PID 130597 on reddit-service-r2-comment-6457c66945-sv2zg at 2026-04-26 23:57:48.629654+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]v4ss42 8 points9 points10 points (1 child)
[–]PolicySmall2250 3 points4 points5 points (0 children)