Skip to content

Instantly share code, notes, and snippets.

@dLobatog
Last active December 18, 2015 22:19
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 dLobatog/5853714 to your computer and use it in GitHub Desktop.
Save dLobatog/5853714 to your computer and use it in GitHub Desktop.
sum_of_squares_upto = curried_sum.(lambda { |x| x**2 } , 0)
sum_of_squares_upto.(5) #=> 55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment