Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattn/cisp

Minimal Lisp Interpreter
https://github.com/mattn/cisp

lisp

Last synced: 12 days ago
JSON representation

Minimal Lisp Interpreter

Awesome Lists containing this project

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)