Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bigbv/lispy-rs

Rust implementation of http://www.buildyourownlisp.com
https://github.com/bigbv/lispy-rs

language lisp rust

Last synced: about 2 months ago
JSON representation

Rust implementation of http://www.buildyourownlisp.com

Awesome Lists containing this project

README

        

# Lispy-rs

This is an implmentation of the book www.buildyourownlisp.com . I wanted to see
how experience of writing a simple language in rust would be like. Right now
the langauage only has variables, and runs only in a REPL. I plan on seeing how
far I can take this project by including things like a simple type system and
a garbage collector.