[ANN] Inlein 0.2.0

2017-05-28 Thread Jean Niklas L'orange
Hi all, I just released version 0.2.0 of Inlein . You can think of Inlein as a Leiningen for scripts, where the project.clj is inlined into the script itself. Inlein itself starts up very fast, so the startup time of a script is more or less only the time it takes to start Cl

Re: regarding writing unit tests in clojure for existing java code

2017-05-28 Thread Daniel Compton
Hi Manas I haven't used it, and it's quite old, but this may help for writing JUnit tests in Clojure: https://github.com/clojurebook/ClojureProgramming/tree/master/ch09-annotations. It shows how to add JUnit annotations in Clojure, and how to run those tests with Maven. On Sat, May 27, 2017 at 9: