I want to write a Clojure interpreter for Zeppelin. However currently I have to compile a jar, stick it into an already built version of zeppelin and then start up the service in order to test to see if it is working. It takes about a minute before it starts up and sometimes it doesn’t load properly and I end up waiting a couple of minutes just to see a simple change.
Is there a faster way to develop and test a new interpreter?