Compile Clojure using Maven -


what preferred way compile clojure using maven?

in particular situation have set of clojure .clj files aot-compiled .class files during maven compilation phase, , included in resulting .jar.

you can check out this maven plugin compile clojure code.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -