Skip to content

Instantly share code, notes, and snippets.

@mattpodwysocki
Created December 19, 2011 18:58
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 mattpodwysocki/1498402 to your computer and use it in GitHub Desktop.
Save mattpodwysocki/1498402 to your computer and use it in GitHub Desktop.
user=> (def r (System.Linq.Enumerable/Range 1 10))
#'user/r
user=> (seq (System.Linq.Enumerable/Where (seq r) even?))
(2 4 6 8 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment