Functional programming
Last updated
Was this helpful?
Last updated
Was this helpful?
Think of monads as of codification of imperative effectful computations in a more general way.
()
- Purpose of this course is to introduce the theory and practice of functional programming (FP).
- Functional pearls are elegant, instructive examples of functional programming.
- Collaborative bibliography of work related to the theory and practice of computational effects.
- Collection of the resources I've found most useful when exploring the world of functional programming.
- Declare Your Effects Statically, Select Which to Execute Dynamically.