Home

Awesome

Selyp

A Lisp interpreter implemented in C.

Selyp Logo

Based on http://www.buildyourownlisp.com.

Dependencies

Build

macOS

$ cc -std=99 -Wall selyp.c mpc.c -leddit -o selyp

Run

$ ./selyp
> load "stdlib.selyp"