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

https://github.com/dentosal/minilisp

Lisp distilled, more than enough
https://github.com/dentosal/minilisp

Last synced: over 1 year ago
JSON representation

Lisp distilled, more than enough

Awesome Lists containing this project

README

          

# MiniLisp - Lisp distilled into a lovecraftian

My learning project on "Lisp" interpreter implementation in Rust. Focus on minimal and consistent language design, working interpreter and testing. Non-goals include speed, elegancy, nice error reporting and real-world use cases.

## Stdlib modules
* `logic`: Boolean logic
* `peano`: Peano integers
* `qexpr`: List functions for quoted expressions