https://github.com/bnjmnt4n/lispz
A Lisp interpreter written in Zig.
https://github.com/bnjmnt4n/lispz
lisp zig
Last synced: about 1 month ago
JSON representation
A Lisp interpreter written in Zig.
- Host: GitHub
- URL: https://github.com/bnjmnt4n/lispz
- Owner: bnjmnt4n
- Created: 2021-04-01T15:38:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T09:49:42.000Z (over 2 years ago)
- Last Synced: 2024-10-13T22:27:04.359Z (7 months ago)
- Topics: lisp, zig
- Language: Zig
- Homepage:
- Size: 74.2 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lispz
A Lisp interpreter written in [Zig][zig], based on the [Writing a Lisp][lisp] series.
## Usage
1. Install [Zig v0.10.0][zig-download].
2. Execute the following```sh
$ git clone --recursive https://github.com/bnjmnt4n/lispz.git
$ cd lispz
$ zig build run
```[zig]: https://ziglang.org/
[zig-download]: https://ziglang.org/download/
[lisp]: https://bernsteinbear.com/blog/lisp/