HOME
FAVS
DAY
haskell
2022.09.27
3 ways to reduce sharing in Haskell
code
haskell
lazy-evaluation
space-leaks
2022.09.24
A simple challenge for Haskellers
code
haskell
rust
lazy-evaluation
space-leaks
2022.09.15
Leet Haskell-style lazy evaluation in Python
code
haskell
python
lazy-evaluation
space-leaks
2022.07.28
Python's print in Haskell
code
python
haskell
2020.12.21
Silly Haskell code formatting is prevalent
code
haskell
formatting
2020.11.19
Trying to create Syntax Optics
code
declarative
haskell
optics
parsing
2020.01.02
Basic error reporting for optics
code
haskell
optics
2019.12.29
Elegant AST Parsing and Building with Prisms
code
declarative
haskell
optics
parsing
construct
2019.12.19
Parsers and Builders as Prisms
code
declarative
haskell
python
optics
parsing
construct
2019.11.07
Why does your programming language have five command line tools?
code
haskell
python
c++
rust
stack
2019.11.06
The four simple ways to encode sum-types
code
expr-problem
sum-types
haskell
default-sigs
2019.10.02
Nicer Data Types a la Carte with DefaultSignatures
code
expr-problem
haskell
default-sigs