Skip to content

Instantly share code, notes, and snippets.

@mrosata
Created November 19, 2016 16:08
Show Gist options
  • Select an option

  • Save mrosata/f936dcc3fc1ad71ba79a8b669b6c097d to your computer and use it in GitHub Desktop.

Select an option

Save mrosata/f936dcc3fc1ad71ba79a8b669b6c097d to your computer and use it in GitHub Desktop.
Getting Curried Away - example 1d - Full Gist at https://gist.github.com/mrosata/35e4d80c2b393267a4069fbf045e22a7
// Now where we once would have written this:
placeOrder([
baristaJoe('farmhouse blend', 10, 10),
baristaJoe('farmhouse blend', 0, 4),
baristaJoe('columbian', 3, 3),
baristaJoe('columbian', 4,3),
baristaJoe('half-caff carmel-mocha pumkin-karaoke', letMeThink(), itDepends())
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment