Last active
November 19, 2016 16:34
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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