Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/susji/lisby
- Owner: susji
- License: gpl-3.0
- Created: 2021-11-20T10:28:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-25T09:41:15.000Z (about 3 years ago)
- Last Synced: 2023-09-09T14:20:26.269Z (over 1 year ago)
- Topics: compilers, lisp, scheme, virtual-machine
- Language: Python
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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