|
|
|
|
|
by owenmarshall
755 days ago
|
|
And if you do need to touch Java for reasons Clojure doesn’t impose, the interoperability story is really good. I’ve done this with internal libraries - it’s easy to get them pulled into a Clojure code base, wrap them in such a way that the ergonomics of the rest of your code aren’t ruined, and still treat them as a first class citizen for stuff like your build system, artifact stores, etc. |
|