Skip to content

Peter Norvig's Lisp Interpreters Ported from Python 2.x to Python 3.x

Notifications You must be signed in to change notification settings

Shambles-Dev/Norvig_Lisps_for_Py3k

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Norvig Lisps for Py3k

Peter Norvig wrote essays explaining some of the syntax and semantics of Lisp by writing interpreters in Python:

I have attempted to port them to Python 3.x while staying as similar to the original source code as possible. The intent is to make it possible to run the interpreters and still understand how they relate to the essays.

If you know Python and are interested in interpreters or Lisp, these may be good learning resources due to their brevity.

About

Peter Norvig's Lisp Interpreters Ported from Python 2.x to Python 3.x

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages