https://github.com/ring-clojure/ring/wiki/Interactive-Development
Ensure that: - Your Ring adapter is running in a background thread so it doesn't block your REPL. - Your handler function is wrapped in a var, so it will be updated when you reload the namespace. aha ... handler functions ... wrapped in a var ... are updated when you reload the namespace hmm ... i will study source of ring/run-jetty to get it. sorry for the noise. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
