Skip to content

Instantly share code, notes, and snippets.

Created November 23, 2009 19:04
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 anonymous/241284 to your computer and use it in GitHub Desktop.
Save anonymous/241284 to your computer and use it in GitHub Desktop.
(def a (seq [ 12 23 32 123 ]))
(def b (seq[ 5 293 400 ]))
(def c (seq[ 1 2 4 7 8 ]))
(def d (seq[ 10 11 24 500]))
(def e (seq[]))
(def k [a b c d e])
(filter #(false? (nil? (first %1))) k)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment