Get the latest tech news
A tail-call interpreter in (nightly) Rust
Last week, I wrote a tail-call interpreter using the become keyword, which was recently added to nightly Rust (seven months ago is recent, right?). It was a surprisingly pleasant experience, and the resulting VM outperforms both my previous Rust implementation and my hand-coded ARM64 assembly.
None
Or read this on Hacker News