← Back to all articles

Chris Wellons (null program)

Programmer writing about C, Emacs, cryptography, and software development practices.

https://nullprogram.com

Articles

WebAssembly as a Python extension platform

WebAssembly enables extending Python with architecture-independent code, allowing developers to use their preferred languages and tools without native compilation.

Freestyle linked lists tricks

Linked lists can be enhanced with new capabilities without disrupting the original structure, as demonstrated through building a key/value environment variable collection.