On Thursday Nick Blair gave a fabulous talk on using the functional design pattern called "applicatives" for data processing and validation in the context of AWS cloud programming (content). As part of a cooperative follow-up, I thought it would be cool if those of us in the London F# community use this as a practical … Continue reading Rethinking Applicatives
Tag: f-computation-expressions
On Computation expressions, ‘do’ notation and List comprehensions
Originally published in October 2020 Notes based on a discussion with Phillip Wadler, 10/01/2020. This document is a work in progress. Please leave comments or send feedback. I may have made mistakes, please send a PR to correct. Computation expressions (CEs) are a syntactic de-sugaring of language elements like for x in xs ... to … Continue reading On Computation expressions, ‘do’ notation and List comprehensions