Skip to content

ltabis/d-lisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d-lisp

An toy implementation of a custom Lisp language using C, based on the wonderful Build Your Own Lisp book, that you can buy here.

Time to cook.

Build

make

Run

Running the interpreter.

./d-lisp
> say "Hello World!"

Evaluating files.

./d-lisp hello-world.dlsp fibonacci.dlsp

Documentation

Check the examples directory to have an overview of the features of the language.