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
- Host: GitHub
- URL: https://github.com/deciduously/blisp
- Owner: deciduously
- License: mit
- Created: 2018-09-25T22:20:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T18:52:38.000Z (about 7 years ago)
- Last Synced: 2025-04-01T14:18:59.143Z (about 1 year ago)
- Language: C
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`