A2FP / a2fp

Ann Arbor Functional Programming User Group
11 stars 3 forks source link

Somewhat Functional Programming #20

Closed front-endian closed 6 years ago

front-endian commented 6 years ago

Functional programming isn’t all about purity, mathematical theory and type systems (despite what Mark may want us to think). FP can be a great asset even in the most mutable of languages. This talk is about how a little FP is practical in the day to day life of a mutable programmer.

30 minutes

mwotton commented 6 years ago

Heresy! :)

On Fri, Dec 15, 2017, 6:37 PM justcolin notifications@github.com wrote:

Functional programming isn’t all about purity, mathematical theory and type systems (despite what Mark may want us to think). FP can be a great asset even in the most mutable of languages. This talk is about how a little FP is practical in the day to day life of a mutable programmer.

30 minutes

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/A2FP/a2fp/issues/20, or mute the thread https://github.com/notifications/unsubscribe-auth/AAELgmVq95IkqhPhEXsZpHqkRLNXeumqks5tAwKsgaJpZM4REH7T .

filippovitale commented 6 years ago

Forgive me Backus, for I have mutated – Colin Fulton

No matter what your job is, at some point you will use a mutation-heavy language. Maybe it’s the language you use at work, maybe it’s the scripting language you use for daily tasks, maybe it’s for your build system or tests. This talk is about keep sane and writing good code in an impure world.