https://github.com/dspearson/lisp9-rust
A re-implementation of the LISP9 interpreter in Rust.
https://github.com/dspearson/lisp9-rust
Last synced: about 1 year ago
JSON representation
A re-implementation of the LISP9 interpreter in Rust.
- Host: GitHub
- URL: https://github.com/dspearson/lisp9-rust
- Owner: dspearson
- License: isc
- Created: 2019-06-03T08:23:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T12:08:46.000Z (over 6 years ago)
- Last Synced: 2025-01-28T19:49:20.610Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LISP9 in Rust
=============
I don't know [LISP9](http://www.t3x.org/lisp9/index.html), and I don't know [Rust](https://www.rust-lang.org/). So, what did I decide to do? Implement a language interpreter for a language I don't know in a language I don't know.
I have not yet decided whether this is sane or insane, but it seems like a good exercise to me. I'll get to refresh my C too, since that's what the original interpreter was written in.
(I'm currently leaning more towards _insane_.)