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.
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.