Lisp

answer Answers

ProphetesAI is thinking...

MindMap

Loading...

Sources

1
Lisp
Types A frontal lisp occurs when the tongue is placed anterior to the target. Take for example, correction of an "S" sound (lisp). wikipedia.org
en.wikipedia.org 0.0 3.0 0.0
2
Lisp
Lisp, n.2 Computing. (lɪsp) Also LISP. [f. list processor: cf. list processing s.v. list n.6 d.] A high-level programming language devised for list processing.1959 Q. Progr. Rep. (Mass. Inst. Technol. Res. Lab. Electronics) No. 53. xiii. 122 The purpose of this programming system, called LISP (for L... Oxford English Dictionary
prophetes.ai 0.0 1.5 0.0
3
CLHS: Macro WHEN, UNLESS - Lisp
Description: when and unless allow the execution of forms to be dependent on a single test-form. whenform, if the test-formyieldstrue, the formsevaluated in order from left to right and the values returned by the are returned from the whenform. Otherwise, if the test-formyieldsfalse, the forms are not evaluated, and the whenform returns nil. clhs.lisp.se
clhs.lisp.se 0.0 0.90000004 0.0
4
Lisp Machine Lisp
Lisp Machine Lisp is a programming language, a dialect of the language Lisp. Lisp Machine Lisp was also the Lisp dialect with the most influence on the design of Common Lisp. Lisp Machine Lisp branched into three dialects. wikipedia.org
en.wikipedia.org 0.0 0.6 0.0
6
On Lisp
On Lisp: Advanced Techniques for Common Lisp is a book by Paul Graham on macro programming in Common Lisp. See also Anaphoric macro References External links On Lisp home page Free versions of "On Lisp" On Lisp in pdf-format On Lisp in multiple HTML files wikipedia.org
en.wikipedia.org 0.0 0.3 0.0
8
xyzzyのlispサイト上からファイルをダウンロードしてくる方法 xyzzy lisp … `site-lisp``grep`` xyzzy lisp HTTP
(unless line (return)) (princ line out) (unless missing-newline-p (terpri out)))))) * junk-library : site-lisp
prophetes.ai 0.0 0.3 0.0
9
LISP
和在1998年的一篇论文中,按采用统一的还是分立的函数与值命名空间,将Lisp家族语言划分为Lisp1和Lisp2(或写为Lisp-1和Lisp-2)。 历史上的重要方言 LISP I,是第一个实现。 LISP 1.5,是第一个广泛发行的版本,由McCarthy和其他人在MIT开发。 它拥有用于编程Lisp机器的大型Lisp方言Lisp Machine Lisp的很多特征,但设计上能高效的实现在任何个人计算机或工作站上。Common Lisp是通用编程语言,因而拥有一个大型语言标准,包括很多内建数据类型、函数、宏和其他语言元素,以及一个对象系统,即Common Lisp对象系统。 wikipedia.org
zh.wikipedia.org 0.0 0.3 0.0
10
LISP - 错误处理(Error Handling)_学习LISP|WIKI教程
事实上,条件比传统编程语言中的异常更通用,因为condition表示任何可能影响各种级别的函数调用堆栈的事件,错误或不存在。.LISP中的条件处理机制以这样的方式处理这种情况,即条件用于发出警告(例如通过打印警告),同时调用堆栈上的上层代码可以继续其工作。
iowiki.com 0.0 0.3 0.0
11
LISP - 函数 - Lisp教程 - 易百教程
LISP函数定义. 命名函数defun宏用于定义函数。. 该函数的defun宏需要三个参数:. (defun name (parameter-list) "Optional documentation string." body) 让我们举例说明概念,简单的例子。. 让我们编写了一个名为averagenum,将打印四个数字的平均值的函数。. 我们将会把这些数字作为 ...
www.yiibai.com 0.0 0.0 0.0
12
Lisp - 数据类型 - 菜鸟教程
简述 在 lisp 中,变量没有类型,但数据对象有类型。 lisp 数据类型可以分类为。 标量类型− 例如,数字类型、字符、符号等。 数据结构− 例如,列表、向量、位向量和字符串。 任何变量都可以将任何 lisp 对象作为其值,除非您明确声明了它。 虽然没有必要为 lisp 变量指定数据类型,但 ...
www.cainiaoya.com 0.0 0.0 0.0
13
common lisp - GitHub
personal knowledge wiki :books:. Contribute to liuyang1/wiki development by creating an account on GitHub.
github.com 0.0 0.0 0.0
14
LISP - 基本语法 - Lisp教程 - 易百教程
以下是一些要点需要注意:. 在LISP语言的基本数学运算是 +, -, *, 和 /. Lisp实际上是一个函数调用f (x)为 (f x),例如 cos (45)被写入为 cos 45. LISP表达式是不区分大小写的,cos 45 或COS 45是相同的。. LISP尝试计算一切,包括函数的参数。. 只有三种类型的元素是常数 ...
www.yiibai.com 0.0 0.0 0.0
15
BBN LISP
BBN LISP,经常也被拼为BBN Lisp,一种程式语言,为Lisp的方言之一。在1960年代,由BBN科技公司开发。L Peter Deutsch在1960年到1964年间在PDP-1上实作了Lisp语言,被称为Basic PDP-1 LISP。 引用 LISP程式语言家族 wikipedia.org
zh.wikipedia.org 0.0 0.0 0.0