Programming

49 posts

Simple calculator in Rust

Sometime last year, I had tried writing a parser for basic arithmetic to drive a simple calculator in Scala. To follow-up, I decided to try writing this in Rust. I looked at some parser crates, sett…

Scala -> Rust

Over the weekend, I took a first stab at transforming my prior little cave-generation toy (https://abacusnoir.blog/2020/08/02/cave-generation/) from Scala to Rust. Old repo: https://bitbucket.org/aga…