The compiling pipeline of bytecode is basically typing -> lambda -> bytegen
Bytegen is really close to what Zinc does.
But doesn't the compiled code run slower in bytecode mode? I think that counts.
The healthy mix of interpreter/JIT/AOT backends is what many languages miss on their toolchains.
The compiling pipeline of bytecode is basically typing -> lambda -> bytegen
Bytegen is really close to what Zinc does.