monkey-rust icon indicating copy to clipboard operation
monkey-rust copied to clipboard

My first foray into learning Rust: an implementation of Thorsten Ball's Monkey programming language

Results 2 monkey-rust issues
Sort by recently updated
recently updated
newest added

The `Function` and `Environment` structs in the `object` module reference each other and have circular references. I'm using `Rc` here to make things work, but I have to figure out...

A friend recently asked me for recommendations on a good project to begin learning Rust. I recalled that I started with a simple scheme interpreter years ago (https://github.com/chenyukang/rust-scm). Later, I...