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

https://github.com/idorobots/low-level-linear-logic-lisp-like-language

An implementation of a low-level VM that can execute linear-logic-based dialect of Lisp.
https://github.com/idorobots/low-level-linear-logic-lisp-like-language

language-design lisp ownership-types

Last synced: about 2 months ago
JSON representation

An implementation of a low-level VM that can execute linear-logic-based dialect of Lisp.

Awesome Lists containing this project

README

        

# 7L

This project implements a simple VM that can execute a low-level Lisp-like language that produces no garbage during execution. It is based on [this publication](http://home.pipeline.com/~hbaker1/LinearLisp.html).