Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/susji/lisby

Scheme-like Lisp compiler and a VM. Sort of works!
https://github.com/susji/lisby

compilers lisp scheme virtual-machine

Last synced: about 2 months ago
JSON representation

Scheme-like Lisp compiler and a VM. Sort of works!

Awesome Lists containing this project

README

        

# lisby

`lisby` is a small Lisp. This implementation consists of a bytecode
compiler and virtual machine.

## usage

$ make all
$ venv/bin/python3 -m lisby -s examples/fibonacci.lb