juxt 2019-04-24

Hi. Do you guys mix Java and Clojure in your projects? The reason I ask is that I'm trying to do just that with Edge, and it seems to be impossible right now with just clj and deps.edn - you have to use something else to compile those java files.

@p-himik not often, @alexmiller's advice is to use javac into a folder you put in :source-paths

Thanks! Yeah, that's what I expected.