Skip to content

Instantly share code, notes, and snippets.

@AfonsoTsukamoto
Created October 21, 2015 19:21
Show Gist options
  • Save AfonsoTsukamoto/a29e2591cd7a2aa6f63c to your computer and use it in GitHub Desktop.
Save AfonsoTsukamoto/a29e2591cd7a2aa6f63c to your computer and use it in GitHub Desktop.
Kinda while
(defn trutty-map [matcher]
(if (.find matcher)
(lazy-seq
(cons (.group matcher)
(trutty-map matcher)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment