Selyp

November 12, 2017 ยท View on GitHub

A Lisp interpreter implemented in C.

Selyp Logo

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

Dependencies

  • https://github.com/orangeduck/mpc

Build

macOS

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

Run

$ ./selyp
> load "stdlib.selyp"

Contents

  1. 1Dependencies
  2. 2Build
  3. 2.1macOS
  4. 3Run