Skip to content

Instantly share code, notes, and snippets.

@GeorgeJahad
Created September 25, 2014 18:45
Show Gist options
  • Save GeorgeJahad/a503946167c5e75b62bf to your computer and use it in GitHub Desktop.
Save GeorgeJahad/a503946167c5e75b62bf to your computer and use it in GitHub Desktop.
if I have:
(defn g1 [e]
(prn "foo" e))
in my config, start rieman, change it to
(defn g1 [e]
(prn "bar" e)),
and reload, will (g1) subsequently print "bar"?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment