Skip to content

Instantly share code, notes, and snippets.

@number23
Created September 4, 2014 13:51
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 number23/ded19ef1b1dadcc08943 to your computer and use it in GitHub Desktop.
Save number23/ded19ef1b1dadcc08943 to your computer and use it in GitHub Desktop.
clojure reify example
(.listFiles
(java.io.File. ".")
(reify
java.io.FileFilter
(accept [this f]
(.isDirectory f))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment