0038: cheap compilation, mvs-to-wasm, automatically isolating bugs, mastodone, other stuff

from blog Scattered Thoughts, | ↗ original
cheap compilation? The most popular options for implementing programming languages and query languages are: Write a bytecode interpreter and try to amortize the runtime overhead through vectorized operations (eg python calling into c libraries or duckdb's vector operations). Use LLVM and suffer the slow compilation (and the...