Is it possible to use mill to build Clojure (JVM) projects? #4839
Replies: 3 comments
-
Probably can be done! I have no experience with Clojure, but you should be able to follow the docs for running dynamic JVM code and adding custom language toolchains to see if you can put something together |
Beta Was this translation helpful? Give feedback.
-
This gradle project seems to be working for 3 Clojure/Scala/Java. Still need to figure out how to do it with mill. |
Beta Was this translation helpful? Give feedback.
-
There is no built in support at the moment. It certainly can be done, as Clojure is yet another JVM language. My question is: What is your use case? What would a minimal setup require? eg. what gradient of increasing Mill/Clojure integration would you minimally require:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
And, more than that, to have support for mixed Clojure/Java (Scala too?) projects using mill?
Example for gradle using Clojure + Java here
Beta Was this translation helpful? Give feedback.
All reactions