Skip to content

mynameisvinn/LisPie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lispy

an updated and heavily commented version of norvig's lispy. it should be read in conjunction with this and this and this.

as for why this matters: "scheme demonstrates that a very small number of rules for forming expressions, with no restrictions on how they are composed, suffice to form a practical and efficient programming language."

usage

to use, do python lispy.py.

>>> python lispy.py
>>> (* (+ 2 3) 3)  # returns 15

About

the anatomy of a lisp interpreter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages