tools.namespace.repl refresh is trying to refresh test dependencies we don't need

2014-03-21 Thread Christopher Poile
Hi all, clojure.tools.namespace.repl/refresh tries to load (and run) the test files from a dependent project and, since we don't use midje on the main project, it fails when it can't find midje on the classpath. The dependent project is a symlink in the checkouts directory, and that project dep

Re: Help a Startup use Clojure!

2014-03-11 Thread Christopher Poile
Jarrod, The book Clojure Programminghas a chapter (19) dedicated to your very question. I think the most important piece of advice is "Be Prudent" by choosing where Clojure fits and by starting slow. Try to find small s

Re: Compiling Clojure security knowledge

2014-03-09 Thread Christopher Poile
m like an unfortunate situation for anyone new to have to > learn. > > - > Nelson Morris > Thank you to Nelson for compiling this list. Since it was posted a number of months ago, has anyone recently written or stumbled over a go-to site for security in Clojure web/non-web apps? Th