Skip to content

coldnew/lispy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lispy - A simple lisp implement in C

This lisp is what I learn from Build your own Lisp, which is a great C language tutorial.

Dependancy

This application depends on readline, you must install it for compile this application.

apt-get install libreadline6-dev

Build and Run

Use cmake to build this application

mkdir build && cd $_
cmake ..
make

You will find lispy binary in src folder, just execute it.

./lispy

About

A lisp implement in C. (Based on Build Your Own Lisp)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors