Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cabalamat/spill

A short practial implementation of a Lisp-like language
https://github.com/cabalamat/spill

Last synced: about 2 months ago
JSON representation

A short practial implementation of a Lisp-like language

Awesome Lists containing this project

README

        

README for spill
================

Spill (Simple Python Implementation of Lisp) is a small lisp-like language.

Its purpose is:

1. to help me understand how Lisp works and how to implement it.

2. to serve as example code for building ShowMe. Possibly the ShowMe code
will be based on Spill.

3. to serve as a testbed for implementing other language features, e.g.
compiliation into Python, macros, etc.

/end/