1. 首页
  2. 课程学习
  3. 专业指导
  4. Interpreting LISP 及用C实现LISP的代码 by Gary D. Knott

Interpreting LISP 及用C实现LISP的代码 by Gary D. Knott

上传者: 2019-09-27 14:12:10上传 RAR文件 439.49KB 热度 27次
LISP解释器构造方法及用C实现LISP解释器的代码作者序言:IwrotethisbooktohelpteachLISPtostudentsinacourseondatastructures.ConsequentlyitcontainsacarefuldescriptionofthedatastructuresmanipulatedbyLISPfunctions.Thesedatastructuresandothers,notablyhashtables,arealsousedinconstructingaLISPinterpreter.Iwishtoa
下载地址
用户评论
码姐姐匿名网友 2019-09-27 14:12:10

:) Implement Lisp by C in another way! :( But lacked of one file "turbCenv.h" (maybe we can find it in BorlandC env) !! and then I found this project on github..