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

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.

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/