Compiler
2 posts

Rust-Written Lua Compiler Runs Scripts Natively on Bare-Metal Arduino
TinyLua: a zero-VM Lua native compiler written in Rust. Compiles Lua source directly to AVR/ARM machine code for Arduino bare-metal — no interpreter, no GC, no runtime. Scripting language performance at C level.
June 6, 2026 · 8 min · 1643 words · Dream Beast Programming

Rust GCC Compiler Backend: Install rustc-codegen-gcc with One Command
rustc-codegen-gcc is now officially part of rustup nightly components. Linux users can now experience GCC-compiled Rust code with a single command. No more manual compilation, no more environment setup hassles—it’s like giving Rust a new engine.
January 26, 2026 · 8 min · 1566 words · Dream Beast Programming
