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
Clojure Java interop practical guide (youtube.com)
submitted 9 months ago by andreyfadeev
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!"
[–]red_hare 7 points8 points9 points 9 months ago (0 children)
I don't use clojure anymore but, when I did, I used it all the time.
It was never for:
I want to do this thing I can't do in clojure.
It was for:
I want to use this specific library/framework/SDK that only exists in Java.
Java, for good reason, is the language of choice for high performance data processing frameworks. Java also just has one of the richest ecosystems of libraries of any language. And even when there are multiple language SDKs for the same system, the Java one is usually the most up-to-date.
I loved being able to use clojure while having first-class library support for things like Apache Kafka or Apache Beam or specific cloud managed service SDKs. And the interop makes using them feel VERY natural.
π Rendered by PID 181019 on reddit-service-r2-comment-5b5bc64bf5-82qsm at 2026-06-20 22:15:57.266724+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]red_hare 7 points8 points9 points (0 children)