beuke.org

A personal blog exploring computer science and theoretical physics

Tag: functional programming

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