Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mschuetz/tinylisp
A C implementation of the Lisp interpreter described in McCarthy's Lisp 1.5 manual.
https://github.com/mschuetz/tinylisp
Last synced: 2 months ago
JSON representation
A C implementation of the Lisp interpreter described in McCarthy's Lisp 1.5 manual.
- Host: GitHub
- URL: https://github.com/mschuetz/tinylisp
- Owner: mschuetz
- Created: 2011-02-26T10:04:07.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T20:51:37.000Z (over 10 years ago)
- Last Synced: 2024-08-03T18:14:21.444Z (6 months ago)
- Language: C
- Homepage: https://w.nnev.de/w/C14h:Lisp_Interpreter_selbst_bauen
- Size: 390 KB
- Stars: 18
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - tinylisp
README
tinylisp
========A C implementation of the Lisp interpreter described in McCarthy's Lisp 1.5 manual. *Unfortunately it is not currently in a working state*.
Build status: [![Build Status](https://travis-ci.org/mschuetz/tinylisp.svg?branch=master)](https://travis-ci.org/mschuetz/tinylisp)