What is the preferred way of reloading functions defined in a Clojure file without having to restart the REPL. Right now, in order to use the updated file I have to:
One liner based on papachan's answer:
(clojure.tools.namespace.repl/refresh)