Y
Hacker News
new
|
ask
|
show
|
jobs
by
hibernator149
960 days ago
This is not strictly (purely?) category theory, but two fun little projects that will teach you a lot (or reinforce what you already know) are writing your own parser combinator library (
https://www.cs.nott.ac.uk/~pszgmh/pearl.pdf
) and Lens library (
https://en.m.wikibooks.org/wiki/Haskell/Lenses_and_functiona...
).