Skip to content
Very incomplete Scheme interpreter, written in Rust
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
lib
src
.gitignore
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
Makefile
README.md
THIRD-PARTY.txt
TODO.txt

README.md

rusty_scheme: a "simple" Scheme interpreter, written in Rust.

This is a simple Scheme interpreter, written in Rust. It is intended for extending applications written in Rust, or as an interpreter for general use.

It is woefully incomplete yet, to the point that it does not even compile, much less run hello world. Contributions would be greatly appreciated.

I would love any contributions to be project, and will review any PRs and in all likelyhood will accept them. I will probably not be able to work much on this project on my own for a while, since college is starting up again. (But I do plan to finish it.)

License

Licensed under the MIT license or the Apache License, Version 2.0 at your discretion. This project may not be copied, modified, or distributed except in accordence with those terms.

By submitting contributions, you agree to license anything you contribute under the same license as this project, without any further terms and conditions.

You can’t perform that action at this time.