An open API service indexing awesome lists of open source software.

https://github.com/squaremo/scheme-in-rust

Yet another Scheme implementation, to help me learn Rust this time
https://github.com/squaremo/scheme-in-rust

Last synced: 11 months ago
JSON representation

Yet another Scheme implementation, to help me learn Rust this time

Awesome Lists containing this project

README

          

# Scheme in Rust

This is a Scheme interpreter, written mainly for me to get familiar
with Rust. I may use it to test out some language variations.

I started by following [this how
to](https://blog.mgattozzi.dev/scheme-input/), but that runs out
pretty quickly. To progress, I have relied on my notes and code from
[Lisp in Small
Pieces](https://github.com/squaremo/lisp-in-small-pieces), the Rust
documentation, and internet search.