/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

nikita-volkov.github.io
| | kndrck.co
3.3 parsecs away

Travel
| | Prelude State monads, introduced to me during the data61 functional programming course was one of my most memorable encounter with a monad. This was mainly because things only started to clicked and made a tiny bit of sense after a couple of weeks of frustration. This article is my attempt to explain the underlying mechanics of the State Monad to try and relief the frustration of whomever who was in my position.
| | cronokirby.com
3.6 parsecs away

Travel
| | - Read more: https://cronokirby.com/posts/2021/01/making-an-io/
| | www.parsonsmatt.org
2.3 parsecs away

Travel
| | This post is intended for beginners of functional programming interested in an exploration of laziness, Haskell, and recursion
| | www.chriswarbo.net
8.1 parsecs away

Travel
| [AI summary] A discussion thread clarifying misconceptions about state, the IO monad, and functional purity in Haskell by explaining how the language represents imperative programs as pure data structures.