Skip to content

Instantly share code, notes, and snippets.

@danlentz
Forked from ifesdjeen/pprint.clj
Created September 9, 2013 00:12
Show Gist options
  • Save danlentz/6489840 to your computer and use it in GitHub Desktop.
Save danlentz/6489840 to your computer and use it in GitHub Desktop.
(require '[clojure.reflect :as r])
(use '[clojure.pprint :only [print-table]])
(print-table (:members (r/reflect"foo")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment