Tag: article
All the articles with the tag "article".
-
Recommended Reads
A list of reads I recommend, in no particular order.
-
Cap'n Proto in Wasm
Why and how one should run Cap'n Proto in WebAssembly, based on our experience.
-
Defer in Python
Implementing Go's defer through ExitStack.
-
Building a configurable lexer from a deterministic finite automaton
Inefficient and unintuitive, as all software should be.