projects.flowsnake.org
dollop

Summary

Dollop is proof-of-concept Lisp/Scheme interpreter. As such, it's very minimal, having only a few basic features and functions, and its main purpose is to explore and demonstrate interpreter features such as batch interpretation, tail recursion, and continuations.

Requirements

Download

Get it at github.

Documentation

For now, there's this blog post explaining how the proof-of-concept works: A dollop of Lisp

Latest updates