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:
Or (use 'your.namespace :reload)
(use 'your.namespace :reload)