Normally I think "rewrite it in Rust!" comments are annoying, but in this case the author's requirements sound pretty relevant:<p>- integration with C libraries<p>- overhead similar to C<p>- more productive than C<p>- "Variables are immutable by default, globals are not allowed, functions are pure."<p>That does sound an awful lot like Rust, at least if we kind of squint our eyes at the purity requirement :) I wonder if the original author considered it?