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

https://github.com/linkdd/lispers

Educational project: How to implement a Lisp interpreter in Rust?
https://github.com/linkdd/lispers

interpreter lisp lisp-interpreter programming-language rust

Last synced: about 1 month ago
JSON representation

Educational project: How to implement a Lisp interpreter in Rust?

Awesome Lists containing this project

README

        

# lispers

Educational project: How to implement a Lisp interpreter in Rust?

[Read the article](https://david-delassus.medium.com/writing-a-simple-lisp-interpreter-in-rust-91dd32ea4d8f)

## Build & Run

```
$ cargo build
$ cargo run -- -i examples/hello-world.lisp
```

## License

This project is released under the terms of the [MIT License](./LICENSE.txt).