Skip to content

My own LISP interpreter (built from scratch using mal)

Notifications You must be signed in to change notification settings

tsrobinson/make-a-LISP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building my own LISP

This project implements a full LISP interpreter in Python 3.X, following the Make a Lisp process.

The REPL is implemented in main.py, including command-line functionality:

  • python3 main.py initiates the REPL

  • python3 main.py <filename>.mal reads and evaluates a .mal script

About

My own LISP interpreter (built from scratch using mal)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages