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
- Host: GitHub
- URL: https://github.com/squaremo/scheme-in-rust
- Owner: squaremo
- Created: 2020-12-14T08:58:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-02T12:41:05.000Z (over 5 years ago)
- Last Synced: 2025-03-20T03:39:05.670Z (over 1 year ago)
- Language: Rust
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.