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

https://github.com/deciduously/blisp

Build Your Own Lisp tutorial follow-along
https://github.com/deciduously/blisp

Last synced: about 1 year ago
JSON representation

Build Your Own Lisp tutorial follow-along

Awesome Lists containing this project

README

          

# blisp

Repo for following along with the [Build Your Own Lisp](http://www.buildyourownlisp.com/) book, and subsequent tinkering.

Includes `mpc.c` and `mpc.h` from the [`mpc`](https://github.com/orangeduck/mpc) repo.

## Requirements

* A C compiler

## Usage

`cc --std=c99 -Wall blisp.c mpc.c -lreadline -lm -o blisp && ./blisp`