beuke.org

A personal blog about computer science topics.

Monads in Python
Functor, Applicative, Monads in Python
Posted on Oct 30 2022 ~ 7 min read
#haskell  #functional programming  #monads  #python 
Pure Imperative Haskell
Pure Imperative Code Examples in Haskell
Posted on Aug 27 2018 ~ 5 min read
#haskell  #functional programming  #imperative 
Pronounceable Haskell Operators
Pronounceable Names for Common Haskell Operators
Posted on Aug 14 2018 ~ 2 min read
#haskell  #functional programming  #operators 
JSON Parsing in ELM
JSON parsing in a purely functional web language
Posted on Jan 14 2017 ~ 6 min read
#elm  #json  #functional programming