0048: zest progress, zest ordering, wasm alignment, umbra papers, future of fast code, new internet, books, other stuff

from blog Scattered Thoughts, | ↗ original
zest progress I've started working on the runtime. Many of the features of zest are going to be implemented by the runtime rather than by the compiler, but the runtime is itself written in zest. I'm slowly unpicking the dependency graph of features to make that work, so the last month saw a lot of tiny changes: Added a != operator. I somehow forgot it earlier. Added support for strings and string...