Skip to content

Instantly share code, notes, and snippets.

@taiki45
Created June 23, 2012 10:44
Show Gist options
  • Save taiki45/2977853 to your computer and use it in GitHub Desktop.
Save taiki45/2977853 to your computer and use it in GitHub Desktop.
map and reduce (a.k.a. fold, inject) on Scheme
(reduce + 0 (map (lambda (e) (* e 2)) (list 1 2 3)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment