Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattn/cisp
Minimal Lisp Interpreter
https://github.com/mattn/cisp
lisp
Last synced: 12 days ago
JSON representation
Minimal Lisp Interpreter
- Host: GitHub
- URL: https://github.com/mattn/cisp
- Owner: mattn
- Created: 2016-06-30T00:53:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T12:18:44.000Z (4 months ago)
- Last Synced: 2025-01-16T19:22:00.801Z (19 days ago)
- Topics: lisp
- Language: C
- Homepage:
- Size: 416 KB
- Stars: 59
- Watchers: 5
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - cisp
README
# cisp
[![Build Status](https://travis-ci.org/mattn/cisp.svg?branch=master)](https://travis-ci.org/mattn/cisp)
Lisp Interpreter
## Build
```sh
$ make
```## License
Public Domain
## Author
Yasuhiro Matsumoto (a.k.a. mattn)