网站大量收购独家精品文档,联系QQ:2885784924

Common LISP Hints 中译.doc

  1. 1、本文档共43页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Common LISP Hints 中译

《Common LISP Hints 中译》 《Common LISP Hints》 Geoffrey J. Gordon ggordon@ Friday, February 5, 1993 Modified by Bruno Haible haible@ma2s2.mathematik.uni-karlsruhe.de Transtalted to Traditional Chinese by Wei-Yueh Chen (陈玮岳) QUOTE: Note: This tutorial introduction to Common Lisp was written for the CMU environment, so some of the details of running lisp toward the end may differ from site to site. 注:本 Common Lisp 教学文件是针对 CMU 版本的 Lisp ,所以使用者之间可能会因为采用的 Lisp 版本不同,在执行细节上有些微差异。 QUOTE: Further Information The best LISP textbook I know of is Guy L. Steele Jr. _Common LISP: the Language_. Digital Press. 1984. The first edition is easier to read; the second describes a more recent standard. (The differences between the two standards shouldnt affect casual programmers.) A book by Dave Touretsky has also been recommended to me, although I havent read it, so I cant say anything about it. 我所知到最好的 Lisp 教科书是 Guy L. Steele Jr. 所写的 Common LISP: the Language ,该书是在 1984. 由 Digital Press 出版社所出版,它的第一版很容易读,第二版则描述了更多最新的标准。(对于一般的程序设计师而言,第一、二版关于最新标准的些微差异并不会有虾咪影响。) 另外还有一本由 Dave Touretsky 所写的书也有很多人跟我推荐,不过由于我并没有去读过,所以我也无法评论。 QUOTE: Symbols A symbol is just a string of characters. There are restrictions on what you can include in a symbol and what the first character can be, but as long as you stick to letters, digits, and hyphens, youll be safe. (Except that if you use only digits and possibly an initial hyphen, LISP will think you typed an integer rather than a symbol.) Some examples of symbols: a b c1 foo bar baaz-quux-garply Symbols(字符) symbol 就是一串字符,不过这串字符里面可以使用的字符跟起始的第一个字符是稍有限制的, 但是原则上只要你使用〝大小写字母、数字、减号(连接符号)〞来混合产生 symbol,应该就不会有问题。 (如果你只有使用使用数字的,并且至多在拿减号当启始字符,那将会被 Lisp 视为是数字,而不是 symbol 。) 下面是 symbol 的一些范例: a b c1 foo

文档评论(0)

xcs88858 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8130065136000003

1亿VIP精品文档

相关文档