Lisp
JasonLeaster
Doing is better than saying.
展开
-
Get start with "Lisp"
Get start with "Lisp" 在《黑客与漫画》中,Paul graham提到什么才是最好的编程语言,Lisp和C被明显的提及,对可谓是Lisp是推崇备至。最近准备看SICP,于是学一下极具逼格的Lisp。 Getting a Lisp system at Home On the Command Line The basi原创 2014-06-26 16:16:54 · 1565 阅读 · 0 评论 -
SICP 习题解 1.8 1.11
;; Code Writer: EOF ;; Code Date : 2014.12.12 ;; Code File : ex1_8.lisp ;; e-mail : jasonleaster@gmail.com (defun square (x) (* x x)) (defun cube (x) (* x x x)) (defun improve (原创 2014-12-12 21:33:20 · 1369 阅读 · 0 评论 -
资源向导之 "SICP"
Structure and interpretation of computer programs PDF 英文版本的书籍:https://github.com/penguiner/sicp-pdf 中文翻译过来自行搜索吧,一大把 不过这里给出中文版的勘误. 译者很有责任心! http://www.math.pku.edu.cn/teachers/q原创 2014-12-12 17:43:18 · 2111 阅读 · 0 评论