Skip to content

Instantly share code, notes, and snippets.

@svdberg
Created March 8, 2012 10:22
Show Gist options
  • Save svdberg/2000178 to your computer and use it in GitHub Desktop.
Save svdberg/2000178 to your computer and use it in GitHub Desktop.
Blows the compiler heap, why?
(def pp
(λ [f xs]
(reduce ƒ(concat %1 (list (f %2))) '() xs)) )
(def pppp
(->> (pp inc (range))
(drop (dec 1e6))
(take 2)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment