Trying out the mix Java + Clojure project with the help of virgil
git clone git@github.com:agilecreativity/try-virgil.git
cd try-virgil
lein deps :tree
- If you are using Emacs try
cider-jack-in
- Try change some code in the Java e.g. SimpleLib.java
- Then call the Java code from Clojure e.g. core.clj
- Your Clojure code should use the modified version of Java code