Mini-rust in Rust 036: Evaluating code blocks

time19 d agoview14 views

Blocks of code surrounded by braces are valid statements in Rust - it's just a small change to our existing code to be able to evaluate them.

More info: https://artificialworlds.net/blog/2025/07/04/mini-rust-in-rust-036-eval-block

Loading comments...