Skip to content
/ lizp Public

An attempt at making my own lisp, see README for details.

Notifications You must be signed in to change notification settings

Bobev64/lizp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo follows along with a book

Most of the code in this repo follows along with the book Build Your Own Lisp

Sources Role
Build Your Own Lisp Primary

Should be compileable on Linux with

gcc -std=c99 -Wall prompt.c mpc.c -leditline -lm -o prompt

You may also lack libeditline, if so, install on Debian based distros with

sudo apt-get install libeditline-dev

About

An attempt at making my own lisp, see README for details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages