Skip to content

Instantly share code, notes, and snippets.

@number23
Created September 4, 2014 09:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save number23/fcc08a7bb05f77d6720c to your computer and use it in GitHub Desktop.
Save number23/fcc08a7bb05f77d6720c to your computer and use it in GitHub Desktop.
vars since 1.4 in core
;; vars since 1.4 in core
(for [[n v] (ns-publics 'clojure.core) :let [since (:added (meta v))] :when (= since "1.4")] n)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment