force clojure :reload
问题 I noticed that (use 'somemodule :reload) doesn't reload the module if the .clj file was not modified. However I have an usecase for forcing the reload of the module even if the file isn't changed. I created a haml macro for clojure which reads an external file and generates clojure code. ( http://www.coldcode.net/2010/10/haml-macro-for-clojure.html ) I would like thus to be able to reload the clojure module regardless of the file timestamp. Does anybody know if it's possible? (I would like to