Skip to content

Instantly share code, notes, and snippets.

@5outh
Created May 5, 2016 18:35
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 5outh/7f3a2b4e833b814cf822608ed36941ad to your computer and use it in GitHub Desktop.
Save 5outh/7f3a2b4e833b814cf822608ed36941ad to your computer and use it in GitHub Desktop.
map ($ 1000) [(+10), (*800), (/300)]
-- [1010.0,800000.0,3.3333333333333335]
foldr ($) 8 [(+5), (*2)]
-- 21
-- (8 * 2 + 5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment