It annoys me when sometimes a solution to a 4clojure problem gets a bit long to type and test in the little edit box. As they say it is not an IDE, and doesn’t try to be, so I wrote a little app that fetches the problems down via the api and wraps the tests up in an assertion so you can edit it in emacs or whatever, run the tests in lein and submit to 4clojure when you are done. It’s on Github, probably more useful for the harder ones.
As an example, below is my soln to #73 using it, I can run it with
lein run -m offline-4clojure.p73