This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-02-13
Channels
- # announcements (1)
- # babashka (28)
- # beginners (72)
- # biff (6)
- # calva (15)
- # clerk (14)
- # clj-otel (4)
- # cljdoc (4)
- # clojure (121)
- # clojure-europe (61)
- # clojure-nl (2)
- # clojure-norway (63)
- # clojure-uk (5)
- # datahike (35)
- # datalevin (37)
- # datomic (7)
- # emacs (2)
- # fulcro (6)
- # gratitude (1)
- # honeysql (2)
- # hyperfiddle (38)
- # malli (9)
- # matrix (24)
- # meander (4)
- # off-topic (10)
- # polylith (8)
- # reagent (2)
- # releases (1)
- # shadow-cljs (8)
- # spacemacs (4)
- # specter (1)
- # squint (5)
- # tools-deps (3)
Is there modern advice for setting up a project with mixed Clojure and Java source files? I'm aware of https://blog.agical.se/en/posts/mixed-clojure-and-java/, but one specific thing it doesn't cover is how to make the deps.edn dependencies available in Java-land. I definitely don't want to manually download/manage JARs, and I'd prefer not to get Java build tooling involved but suppose I can if I have to
won't clojure build a classpath with the clojure code available for use in the java code?
the tools.build guide covers this in https://clojure.org/guides/tools_build#_mixed_java_clojure_build
🙏 1