Last active
January 31, 2018 04:23
-
-
Save leblowl/171654b24069304853db6cbde92d5539 to your computer and use it in GitHub Desktop.
Helpful Clojure Snippets
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
; 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