Why I'm Writing a Scheme Implementation in 2025 (The Answer is Async Rust)
by Matthew Plant
This blog post is an introduction to scheme-rs.
I really love Rust. I’ve been using it as my language of choice for about ten years now. I
believe that it is a remarkably well designed language, and that includes the parts that are
often most criticized, most notably async.
But while I thing that async Rust is well designed from the context of the space it occupies,
programming with it is not a particularly great experience once you finish your first draft
of code and want to st...
Read more at maplant.com