Created
August 31, 2016 20:06
-
-
Save macintux/2e17371bd581a2fd629237931f552e50 to your computer and use it in GitHub Desktop.
Pragmatic Functional Programming With Erlang
This file contains 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
For many developers, the thought of learning functional programming is intimidating. Parentheses, lambda calculus, type theory, and you can't even modify a variable! | |
In this talk we'll look at code that does useful work without requiring a Ph.D. in greybeard. Talk to software on another computer without opening a socket. Iterate over your data without setting up an iterator class hierarchy. Disassemble a network protocol header with this one cool line of code! | |
We'll talk about ideas that are being adopted by languages you probably already use. No functional programming experience required, just a willingness to see what can happen when you think outside the OO box. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Submitted to CodeMash 2016.