Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cabalamat/spill
- Owner: cabalamat
- Created: 2015-05-17T20:36:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T20:41:14.000Z (over 9 years ago)
- Last Synced: 2023-05-23T00:55:13.174Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: HISTORY
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/