Idea: light weight rust as zero build scripting language with JIT runtime
Rust Internals [Unofficial]
June 8, 2026
I haven't heard of any examples of lightweighting subset into scripting language for dev.
I have heard of prior art that starting from scripting language into native application for release.
- For Python, Nuitka translate into C++
- For Typescript subset, Microsoft research project Static Typescript compile into machine code
- For Typescript,
PerryTS/perryseems to compile to native code
Discussion in the ATmosphere