fp
The Phantom Type Menace
Fourth article in a series of posts introducing Functional Programming concepts. In this post we introduce Phantom Types
02 July 2017
Monads For The Masses
Third article in a series of posts introducing Functional Programming concepts. In this post we introduce Monads
25 June 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
14 June 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.