Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 535 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 535 Bytes

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.