Thanks to visit codestin.com
Credit goes to github.com

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]>

About

Simple Lisp REPL in C

Topics

Resources

License

Stars

Watchers

Forks