Skip to content

Instantly share code, notes, and snippets.

@zentrope
Created August 29, 2012 04:10
Show Gist options
  • Save zentrope/3506727 to your computer and use it in GitHub Desktop.
Save zentrope/3506727 to your computer and use it in GitHub Desktop.
Unintern Symbol in Clojure
;; How do you undef / unintern a symbol in Clojure?
(ns-unmap 'namespace 'symbol)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment