The best way: Write maven pom.xml for your Java project for automatically
putting it to maven repo (local or not).
But it not always possible.
I think that the good way is it packaging extern Java code to JAR and
putting it to local repo.
You can do it easly with some IDE (I prefer IntelliJ IDEA
Hello all! I'm working on adding support ClojureScript to Quil library
(https://github.com/quil/quil/tree/master) as part of GSOC program.
I created first prototype of Quil on ClojureScript. You can find it here -
https://github.com/Norgat/quil/tree/cljs
And I write simple example - https://gith