Skip to content

Instantly share code, notes, and snippets.

@leblowl
Last active January 31, 2018 04:23
Show Gist options
  • Save leblowl/171654b24069304853db6cbde92d5539 to your computer and use it in GitHub Desktop.
Save leblowl/171654b24069304853db6cbde92d5539 to your computer and use it in GitHub Desktop.
Helpful Clojure Snippets
; List functions of a namespace
; https://stackoverflow.com/questions/2747294/how-to-list-the-functions-of-a-namespace
(keys (ns-publics 'foo))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment