Has anyone successfully created a NetBeans project that integrates Clojure and a Java source?
I have projects in which the driver program (startup, gui, user prefs, etc.) is in Java, but the logic is in Clojure. At the moment, I am compiling Clojure code into a jar in one project and importing it as a library into a separate Java project. It would be convenient if the entire source could be combined in one NetBeans project.
Has anyone come up with a way to do this?
source
share