Skip to content

8dcc/tinylisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyLisp

Simple Lisp REPL in C.

Description

This project is heavily inspired by Robert-van-Engelen/tinylisp and his amazing article. Please check them out if you are interested in how this project was made.

Note This project is still work in progress.

Building

$ git clone https://github.com/8dcc/tinylisp
$ cd tinylisp
$ make
...

Usage

$ ./tinylisp.out
--- TinyLisp REPL ---
[925]> (+ 5 1)
6
[925]>