
lisp python
文章平均质量分 85
gyc567
这个作者很懒,什么都没留下…
展开
-
(How to Write a (Lisp) Interpreter (in Python))
(How to Write a (Lisp) Interpreter (in Python))This page has two purposes: to describe how to implement computer language interpreters in general, and in particular to show how to implement a su...原创 2015-05-05 20:26:16 · 1269 阅读 · 0 评论 -
Lispy: Scheme Interpreter in Python
################ Lispy: Scheme Interpreter in Python## (c) Peter Norvig, 2010-14; See http://norvig.com/lispy.html################ Typesfrom __future__ import divisionSymbol = str ...原创 2015-05-05 20:28:24 · 368 阅读 · 0 评论