但讽刺的是,我虽然喜欢 Lisp,但我对 Lisp 却一点也不理解,于是我开始借各种业余时间接近 Lisp ,我相信水滴石穿,事在人为,总有一天。。。我慢慢发现 Lisp 果然名不虚传,她让我觉得前几年奋力追求 Java 简直是荒废时日、不堪回首:我用 Lisp 写了一个足球算法,尝试计算出中国足球打入世界杯之日,虽然最后因为计...
that book is dead sexy —Xach on #lisp(more blurbs)This page, and the pages it links to, contain text of the Common Lisp book Practical Common Lisp published by Apress These pages now contain the final text as it appears in the book. If you find errors in these pages, please send em...
Practical Common Lisp 来自 ResearchGate 喜欢 0 阅读量: 34 作者: P Seibel 摘要: Common Lisp provides a rich library of functionality for dealing with files. In this chapter I'll focus on a few basic file-related tasks: reading and writing files and listing files in the file system. For ...
在emacs解压后的目录中,新建一个.emacs文件,添加如下几行: ;forlisp mode (add-to-list 'load-path "D:\\slime\\") ;注:在windows下路径分隔符为\\而不是\,否则会被解释为 D:slime, 或者改成另外一种写法 D:/slime(setqinferior-lisp-program "D:\\SteelBankCommonLisp\\sbcl.exe") ;注:如果此处...
Practical Common LispPractical crime scene processing and investigation Ross M. Gardner (CRC series in practical aspects of criminal and forensic investigations) CRC Press, c2012 2nd edGardner, Ross MGeberth, Vernon JCRC Press
Practical Common Lisp的创作者 ··· Peter Seibel 作者 作者简介 ··· Peter Seibel 从作家演变成程序员,又从程序员演变成作家,其职业生涯可谓一波三折。他在获得英语专业学士学位后做过一段时间的记者工作,后来被Web所吸引。在20世 纪90年代早期,他用Perl建立了Mother Jones杂志和Organic Online网站。他...
尝试了多种common lisp的实现,在windows下使用Lispbox时并不能使用slime。而gnu common lisp和ansi common lisp好像也不能在windows中与emacs 23和slime一起工作。结果发现只有gnu clisp的win32版本可以与win32 slime emacs23配合工作。emacs23的.emacs文件如下:...
Practical Common Lisp(二)一个简单的“数据库” lisp的功能还是挺强大的,简单的几十行代码就搞定了一个小的“数据库”(经验:调试macro的时候可以用macroexpand-1展开该macro,看是否与设想的一样)。 感受一下lisp吧: CL-USER> (load "D:/database.lisp")...
PRACTICALCOMMONLISP PeterSeibel http://.gigamonkeys/book/ 1 CHAPTER5 FUNCTIONS 2 DEFININGNEWFUNCTIONS NormallyfunctionsaredefinedusingtheDEFUNmacro. ThebasicskeletonofDEFUN: (defunname(parameter*) "Optionaldocumentationstring." body-form*) Almostanysymbolcanbeusedasafunctionname. ...
很荣幸,我被授权翻译Practical Common Lisp一书。本书是自1994年Common Lisp语言标准化以来,国内出版的第一本Common Lisp的中文教材。 Lisp语言家族最早诞生于1959年,它是人类历史上第二个高级程序设计语言(第一个是Fortran)。那一年,人工智能(AI)专家John McCarthy发表了具有重大历史意义的第一篇LISP论文“Recursive...