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: 7 months 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)