摘要:
第六章 Shadows1 是算术表达式吗是3 是算术表达式吗是的1+3 是算术表达式吗是的1+3×4 是算术表达式吗当然是cookie 是算术表达式吗是啊,你需要来一块吗e那么 3 ^ y + 5是的你来说说什么是算术表达式我们这样描述“对于这一章,算术表达式可以是atom原子(包括数),或者由+, 阅读全文
摘要:
第五章 “Oh My Gawd”:It's Full of Stars(rember* a l)是什么,其中a是cup,l是((coffee) cup ((tea) cup) rember*发音为rember-star((coffee ((tea) cup) (and (hick)) cup)(re 阅读全文
摘要:
第四章 numbers games14 是原子吗是的,数都是原子(atom? n) 是真还是假,其中n是14真,14 是原子-3是数吗是的,不过我们暂不考虑负数3.14159是数吗是的,不过我们仅仅考虑whole numbers(add1 n)是多少,其中n是6768注:Lisp中:1+Scmeme 阅读全文
摘要:
第三章 cons the magnificent(rember a lat)是什么,其中a是mint,lat是(lamb chops and mint jelly)(lamb chops and jelly)。"rember"表示remove a member 删除一个成员。(rember a la 阅读全文
摘要:
第 1 章 玩具这是原子atom吗?atom是的,因为atom是一个字母a开头的字符串。这是原子atom吗?turkey是的,因为atom是字母开头的字符串。这是原子atom吗?1492是的,因为1492是数字的字符串。这是原子atom吗?u是的,因为u是字母开头的字符串,仅仅一个字符。这是原子at 阅读全文
摘要:
第二章 Do it, Do it Again, and Again, and Again...假设l是 (Jack Sprat could eat no chicken fat) 那么 (lat? l)是真还是假真。因为每个list表l中的 S-expression 都是atom原子。假设l是 (( 阅读全文
摘要:
the little schemer 笔记Z.X.L2012年08月13日五项规则car的规则car只对非空列表有定义。 cdr的规则cdr只对非空列表有定义。任何非空列表的cdr是另外一个列表。cons的规则cons有两个参数。cons的第二个参数必须是一个list,结果也是一个list。Null 阅读全文