项目作者: Shambles-Dev

项目描述 :
Peter Norvig's Lisp Interpreters Ported from Python 2.x to Python 3.x
高级语言: Python
项目地址: git://github.com/Shambles-Dev/Norvig_Lisps_for_Py3k.git
创建时间: 2014-06-24T16:24:22Z
项目社区:https://github.com/Shambles-Dev/Norvig_Lisps_for_Py3k

开源协议:

下载


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.