💾 Archived View for gemini.ucant.org › notes › keeganesque-code.gmi captured on 2024-03-21 at 15:36:26. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-02-05)

-=-=-=-=-=-=-

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