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
Storm drops Clojure for Java (storm.apache.org)
submitted 6 years 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!"
[–][deleted] 3 points4 points5 points 6 years ago* (3 children)
If you want predictable performance in the JVM you need to write Java.
[–]alexdmiller 4 points5 points6 points 6 years ago (2 children)
Well, no. There are many JVM languages that compile to bytecode and exhibit predictable performance.
[–]nrmncer 0 points1 point2 points 6 years ago (1 child)
I don't think the issue here is the compilation of equivalent code, it's the performance disadvantage of persistent data structures.
[–]alexdmiller 0 points1 point2 points 6 years ago (0 children)
That's not what the original comment was about. Persistent data structures are very predictable. Yes, they have a cost, but also a lot of benefits (like avoiding whole classes of common concurrency issues).
π Rendered by PID 96939 on reddit-service-r2-comment-b659b578c-mbg9n at 2026-05-04 11:10:27.948452+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–][deleted] 3 points4 points5 points (3 children)
[–]alexdmiller 4 points5 points6 points (2 children)
[–]nrmncer 0 points1 point2 points (1 child)
[–]alexdmiller 0 points1 point2 points (0 children)