Skip to content

Instantly share code, notes, and snippets.

@pepijndevos
Created November 2, 2010 11:17
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 pepijndevos/659491 to your computer and use it in GitHub Desktop.
Save pepijndevos/659491 to your computer and use it in GitHub Desktop.
(reduce #(map + %1 %2) (partition 5 (range 1e6)))
java.lang.StackOverflowError
(reduce #(pmap + %1 %2) (partition 5 (range 1e6)))
(99999500000 99999700000 99999900000 100000100000 100000300000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment