External Publication
Visit Post

Idea: light weight rust as zero build scripting language with JIT runtime

Rust Internals [Unofficial] June 8, 2026
Source

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/perry seems to compile to native code

Discussion in the ATmosphere

Loading comments...