Created
September 25, 2014 18:45
-
-
Save GeorgeJahad/a503946167c5e75b62bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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