Skip to content

Instantly share code, notes, and snippets.

@cacoco
Created February 11, 2013 20:18
Show Gist options
  • Save cacoco/4757252 to your computer and use it in GitHub Desktop.
Save cacoco/4757252 to your computer and use it in GitHub Desktop.
Accumulator Generator in Scala: http://www.paulgraham.com/accgen.html
def foo(n: Int) = (i: Int) => n + i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment