Skip to content

Instantly share code, notes, and snippets.

@noisesmith
Created July 28, 2018 00:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noisesmith/ee4774a94bdbe460a6b6f55879128550 to your computer and use it in GitHub Desktop.
Save noisesmith/ee4774a94bdbe460a6b6f55879128550 to your computer and use it in GitHub Desktop.
using rename with refer-clojure
(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