Tag: Monad

Investigating the I/O Monad in Go

In this article, we will continue our investigation of applying functional programming concepts to Go. While in the previous article, we concentrated on pure functions, we will dive into the ideas and implementation behind effectful functions. Guiding Principles...