fp
The Phantom Type Menace
Fourth article in a series of posts introducing Functional Programming concepts. In this post we introduce Phantom Types
Jul 02, 2017
Monads For The Masses
Third article in a series of posts introducing Functional Programming concepts. In this post we introduce Monads
Jun 25, 2017
Curry On Regardless
The second in a series of posts introducing Functional Programming concepts. This post looks at the closely related concepts of Currying and Partial Application
Jun 14, 2017
Over-Thunking It
With the increasing adoption of functional programming there are strange terms slowly moving their way from academic obscurity to mainstream software engineering. Thanks mainly to the React and Redux frameworks, the term Thunk is increasingly en vogue.