Posts
- RecordDotSyntax in Haskell
Records in Haskell are troublesome but the Dot (syntax) is coming soon
- Scripting in Haskell and PureScript
Writing scripts with Haskell and PureScript is a good way of doing some functional programming at work
- A Parser Combinator in PureScript (part 2/2)
Implementing and using a parser combinator
- A Parser Combinator in PureScript (part 1/2)
Implementing and using a parser combinator
- A State Monad in PureScript
Implementing and using the State Monad
- Folding Trees in PureScript
Transforming the structure of a tree by employing recursive functions, the Foldable typeclass and the State Monad
- Game of Life in PureScript
Interactive Programming in PureScript
- Nim in PureScript
Interactive Programming in PureScript
- Hangman in PureScript
Interactive Programming in PureScript
- A Useless Compiler in PureScript
Dipping a toe in compilers land
- Functors Compose, Monads Do Not
The title says it all 😅
- Testing Bank Kata in PureScript
Unit testing monadic functions
- Bank Kata in PureScript
Purely functional state mutations in PureScript