2018年2月19日

common lisp里的几个操作符

摘要: setf 赋值操作符,定义一个全局变量。返回值是最后一个赋值的结果。 let 局部变量操作符。let表达式有两部分组成。第一部分是任意多的变量赋值,他们被包裹在一个()中,第二部分是任意数量的表示式作为 let 的函数体。let 表达式的返回值为 最后一个表达式的求值结果。 cons 对象。 con 阅读全文

posted @ 2018-02-19 15:19 Lemo_wd 阅读(382) 评论(0) 推荐(0) 编辑

common lisp的几个基本概念

摘要: S-表达式 quote nil 与 () cons car cdr 真假 predicate 谓词与 t 与 nil null 函数 与 not 函数 if then else and 与 or defun recursion 递归 谓词 eql 与 equal format 与 read:form 阅读全文

posted @ 2018-02-19 14:38 Lemo_wd 阅读(131) 评论(0) 推荐(0) 编辑

导航