Re: How to use Java library from sources

2014-09-02 Thread Maksim Karandashov
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

ANN: Quil on ClojureScript prototype

2014-05-26 Thread Maksim Karandashov
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