Keeganesque code
(WIP, 2024-01-08)
I have my own "vanity programming style", the Keeganesque. It consists in the following:
chains of lazy generators
matching on tuples
avoiding returning multiple types from a single fn
avoiding mutable state
point-free style