Skip to content

Instantly share code, notes, and snippets.

@mpenet
Created July 13, 2017 13:32
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 mpenet/f785faf54c2a8588eb896cfe86dc762c to your computer and use it in GitHub Desktop.
Save mpenet/f785faf54c2a8588eb896cfe86dc762c to your computer and use it in GitHub Desktop.
(defmacro ns-local
"Creates a locally aliased namespace matching supplied symbol"
[k]
`(alias ~k (create-ns (symbol (str *ns* "." (str ~k))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment