Skip to content

Instantly share code, notes, and snippets.

@brandonbloom
Created July 31, 2013 04:26
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 brandonbloom/6119263 to your computer and use it in GitHub Desktop.
Save brandonbloom/6119263 to your computer and use it in GitHub Desktop.
~ $ cd ~/Projects/clojure
~/Projects/clojure (master) $ ag '\*1'
src/clj/clojure/main.clj
89: *command-line-args* *1 *2 *3 *e"
103: *1 nil
263: (set! *2 *1)
264: (set! *1 value))))
src/clj/clojure/pprint/pprint_base.clj
256:exactly equivalent to (pprint *1)."
258: [] `(pprint *1))
src/clj/clojure/core.clj
5667: *1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment