Skip to content

Instantly share code, notes, and snippets.

@macintux
Created August 31, 2016 20:06
Show Gist options
  • Save macintux/2e17371bd581a2fd629237931f552e50 to your computer and use it in GitHub Desktop.
Save macintux/2e17371bd581a2fd629237931f552e50 to your computer and use it in GitHub Desktop.
Pragmatic Functional Programming With Erlang
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.
@macintux
Copy link
Author

Submitted to CodeMash 2016.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment