Functional programming
Notes
Think of monads as of codification of imperative effectful computations in a more general way.
Links
COMP 212: Functional Programming Course (2019) - Purpose of this course is to introduce the theory and practice of functional programming (FP).
Research papers / Functional pearls - Functional pearls are elegant, instructive examples of functional programming.
Effects bibliography - Collaborative bibliography of work related to the theory and practice of computational effects.
Flerp’s Guide to Functional Programming - Collection of the resources I've found most useful when exploring the world of functional programming.
Selective Applicative Functors - Declare Your Effects Statically, Select Which to Execute Dynamically.
Images
Last updated
Was this helpful?