Playing With Pointers

"The habit of expression leads to the search for something to express."

Tag: Programming

On Monads, Part II

Recap As promised, we will now talk about how we can exploit the monadic style of programming to: Introduce sequentiality into an programmings environment that lack the concept of time Propagate some hidden data through a sequence of expressions. Last time, we talked about how the monadic style of programming (note that we still have [...]

On Monads, Part I

Introduction This is the first instalment in two (or maybe three) posts I shall write to explain how Monads work in stateless function-oriented programming languages. This is less intended as a resource for a third party than as a way to reinforce my own learning. All of the material is taken from the first eight [...]