Skip to content

Instantly share code, notes, and snippets.

@mrosata
Last active November 19, 2016 16:34
Show Gist options
  • Select an option

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

Select an option

Save mrosata/cfafb58c899897bf9f6befd784ad8e83 to your computer and use it in GitHub Desktop.
Getting Curried Away - example 1e - Full Gist at https://gist.github.com/mrosata/35e4d80c2b393267a4069fbf045e22a7
// We now can write this, more human readable form:
placeOrder([
farmhouseLight(10),
farmhouseDark(4),
columbian(3, 3),
columbian(4, 3),
arrrrrggg(letMeThink(), itDepends())
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment