
compiler
文章平均质量分 86
gyc567
这个作者很懒,什么都没留下…
展开
-
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 评论 -
(An ((Even Better) Lisp) Interpreter (in Python))
(An ((Even Better) Lisp) Interpreter (in Python))In a previous essay I showed how to write a simple Lisp interpreter in 90 lines of Python: lis.py. In this essay I make the implementation, lispy...原创 2015-05-05 20:31:58 · 588 阅读 · 0 评论