Skip to content

Instantly share code, notes, and snippets.

@joshuamiller
Forked from powellnathanj/gist:152787
Created July 23, 2009 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save joshuamiller/152849 to your computer and use it in GitHub Desktop.
Save joshuamiller/152849 to your computer and use it in GitHub Desktop.
user=> (defn big[n] (> n 2))
#'user/big
user=> (filter big '(1 2 3))
(3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment