Created
July 28, 2018 00:04
-
-
Save noisesmith/ee4774a94bdbe460a6b6f55879128550 to your computer and use it in GitHub Desktop.
using rename with refer-clojure
This file contains 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
(ins)user=> (ns foo.bar (:refer-clojure :rename {map pam})) | |
nil | |
(ins)foo.bar=> (pam inc [1 2 3]) | |
(2 3 4) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment