结果:找到“Lisp”相关内容36个,排序为按回复时间降序,搜索更多相关帖子请点击“高级
COMMON LISP A Gentle Introduction to Symbolic Computation(2008) D. S. T.
2 个回复 - 896 次查看 学习Lisp语言的经典书籍《COMMON LISP A Gentle Introduction to Symbolic Computation》 作者:David S. Touretzky 本资源为2008年版. 书籍目录: 1.functions and data ...2019-6-30 15:52 - nuomin - Forum
Patrick Henry Winston, Berthold Klaus Paul Horn: LISP
3 个回复 - 848 次查看 Contents Part I 1 Understanding symbol manipulation 2 Basic lisp functions 3 Definitions, predicates, conditionals, and scoping 4 Recusion and iteration 5 Properties, a-list, arrays, and access ...2019-9-18 22:26 - nuomin - Forum
Hank Bromley. LISP LORE: A GUIDE TO PROGRAMMING THE LISP MACHINE
3 个回复 - 721 次查看 contents Introduction 1. Getting started on the lisp machin 2. What's a flavor 3. More on navigating the lisp machine 4. Flow of control 5. The Graph example 6. Streams and files 7. The tree ...2019-8-27 19:56 - nuomin - Forum
Common Lisp Language 2nd Edition Digital Press
3 个回复 - 1099 次查看 **** 本内容被作者隐藏 ****2016-12-3 20:53 - ReneeBK - winbugs及其他软件专版
A Practical Introduction to Fuzzy Logic using LISP
3 个回复 - 1436 次查看 **** 本内容被作者隐藏 ****2016-12-3 20:17 - ReneeBK - winbugs及其他软件专版
Interpreting LISP: Programming and Data Structures, 2nd edition
17 个回复 - 1342 次查看 English | ISBN: 1484227069 | 2017 | 156 Pages | PDF | 2 MB Learn Lisp programming in a data structures context, including tables, functions, forms, expressions, typed-pointers, I/O, garbage colle ...2017-6-24 15:42 - igs816 - 经管书评
Paul Graham:ANSI Common Lisp
2 个回复 - 860 次查看 **** 本内容被作者隐藏 ****2016-12-3 20:26 - ReneeBK - winbugs及其他软件专版
Practical Common LISP
2 个回复 - 1366 次查看 **** 本内容被作者隐藏 ****2016-12-3 20:41 - ReneeBK - winbugs及其他软件专版
What Made Lisp Different
1 个回复 - 624 次查看 by Pual Graham December 2001 (rev. May 2002)(This article came about in response to some questions on the LL1 mailing list. It is now incorporated in Revenge of the Nerds.) When McCarthy des ...2019-10-6 21:08 - nuomin - Forum
Lisp Macros 2
1 个回复 - 538 次查看 LispLanguage includes an extremely powerful (TuringComplete) macro facility. Via macros LispLanguage allows the user to adapt the language to their problem domain and in its ultimate expression, turn ...2019-10-6 21:29 - nuomin - Forum
Lisp Macros 3
1 个回复 - 524 次查看 Can someone explain to me why Lisp macros are better than, say, the C preprocessor? (I don't know much about Lisp, and I suspect that Lisp macros are much more elegant; I just want a concrete explanat ...2019-10-6 21:32 - nuomin - Forum
Lisp Macros 4
1 个回复 - 614 次查看 I've been thinking a lot about macros ever since I asked my question here last year. I think I understand them a lot better now, and part of my brain recognizes them as a really elegant idea - but I'm ...2019-10-6 21:35 - nuomin - Forum
Lisp Macros 5
1 个回复 - 456 次查看 I _highly_ recommend On Lisp by Paul Graham and Let Over Lambda by Doug Hoyte. However: As you rightly point out, usually macros are just shorthand for lambdas (or more interestingly, closures). This ...2019-10-6 21:41 - nuomin - Forum
Lisp Macros 6
1 个回复 - 542 次查看 One compelling use of macros in lisp can be found in the CLSQL library. What they did there was to embed a pseudo-SQL directly into the language, which compiles to calls to the underlying database (it ...2019-10-6 21:44 - nuomin - Forum
Lisp macros 1
2 个回复 - 713 次查看 Lisp macros are very different to C macros. They are a way to transform lisp code. Macros will be used in Lisp code. During a macroexpansion phase, the Lisp expression will be passed to the macro func ...2019-10-6 21:27 - nuomin - Forum
自我构建的机器:Lisp家族的长处 语言有助于构建复杂而灵活的生物信息模型
0 个回复 - 166 次查看 摘要翻译: 我们解决了在生物信息学和计算生物学研究中扩展Lisp系列编程语言的需求。这个家族的语言,如Common Lisp、Scheme或Clojure,有助于创建强大而灵活的软件模型,这些模型是复杂而快速发展的领域(如生物学) ...2022-3-6 10:49 - nandehutu2022 - Forum
【学习笔记】lisp后面是m还是v呢?
0 个回复 - 283 次查看 lisp后面是m还是v呢?2020-3-26 17:50 - zhystar - Forum
【学习笔记】lisp刚入门,好多东西不明白啊
0 个回复 - 290 次查看 lisp刚入门,好多东西不明白啊2020-2-18 23:15 - zhystar - Forum
【学习笔记】lisp挺有意思的,学了两个星期,还是个“小学生”
1 个回复 - 202 次查看 lisp挺有意思的,学了两个星期,还是个“小学生”2020-2-14 23:45 - zhystar - Forum
【学习笔记】lisp、python、matlab哪个比较有好用
0 个回复 - 592 次查看 lisp、python、matlab哪个比较有好用2020-2-3 20:55 - zhystar - Forum
【学习笔记】pascal、lisp,好有年头的记忆,不过为什么没有fortran、basic入 ...
0 个回复 - 342 次查看 pascal、lisp,好有年头的记忆,不过为什么没有fortran、basic入选?2019-10-5 11:25 - ccwwccww - Forum
为什么Lisp语言如此先进?
1 个回复 - 504 次查看 (节选自《黑客与画家》中译本) 译者原文:http://www.ruanyifeng.com/blog/2010/10/why_lisp_is_superior.html一、如果我们把流行的编程语言,以这样的顺序排列:Java、Perl、Python、Ruby。你会发现,排在越后面 ...2019-7-28 20:32 - nuomin - 休闲灌水
GNU Emacs Lisp
2 个回复 - 1026 次查看 **** 本内容被作者隐藏 ****2016-12-3 20:58 - ReneeBK - winbugs及其他软件专版
Practical Common Lisp
3 个回复 - 1211 次查看 [*]Introduction: Why Lisp? [*]Lather, Rinse, Repeat: A Tour of the REPL [*]Practical: A Simple Database [*]Syntax and Semantics [*]Functions [*]Variables [*]Macros: Standard Control Constructs ...2016-8-15 03:11 - Nicolle - winbugs及其他软件专版
【独家发布】Lisp Related eBook
2 个回复 - 1446 次查看 Lisp [*]Basic Lisp Techniques[/backcolor] - David J. Cooper, Jr. (PDF) [*]Casting Spels in Lisp[/backcolor] [*]Common Lisp: A Gentle Introduction to Symbolic Computation[/backcolor] - David S. Tour ...2016-8-24 02:40 - 吕涛 - winbugs及其他软件专版
Common Lisp Recipes
2 个回复 - 1108 次查看 2016-2-13 07:05 - Nicolle - winbugs及其他软件专版
比较Java,Python,Lisp的基本数据结构
2 个回复 - 1924 次查看 曾有一本写Java的书,将数据结构排在了最后一章,成功地证明了作为作者存在的意义。 有些书很大部分的价值只是在目录,有些书就不同了,感谢不吝贡献智慧的作者们。 Python的元组列表字典集合能让人清晰地感觉到 ...2014-10-2 10:32 - EchoEstelle - 爱问频道
Interpreting LISP, 2nd Edition
3 个回复 - 861 次查看 2017-6-24 21:21 - Nicolle - winbugs及其他软件专版
AI Algorithms, Data Structures & Idioms in Prolog, Lisp, and Java 2008
3 个回复 - 1225 次查看 [*]AI Algorithms, Data Structures, and Idioms in Prolog, Lisp, and Java [*]464 pages [*]Publisher: Addison Wesley; 6 edition (September 4, 2008) [*]Language: English [*]ISBN-10: 013607047 ...2015-7-11 20:59 - Nicolle - JAVA语言开发技术
Common Lisp Recipes
6 个回复 - 1425 次查看 **** 本内容被作者隐藏 ****2016-8-14 22:47 - ReneeBK - winbugs及其他软件专版
python语言和lisp语言
0 个回复 - 425 次查看 函数式编程到底有什么用呢? 我想实际的好处就是可以将更好的描述问题本身,而不是描述解决问题的操作步骤。看一个具体的例子: 问题:一个列表;对每一个元素平方;将平方后的数如果除3的余数为1则从列表中除 ...2016-8-17 19:06 - waldeinsamkeit - 灌水吧
[求助]请教trellisPlot.timeSeries如何画点。
1 个回复 - 2939 次查看 trellisPlot.timeSeries中的参数plot.type 可以设置画出什么样的图形。a character string indicating the type of plot. Possible values are "line", "hloc", and "stackbar" for plotting lines/points, high-low ...2008-8-22 21:42 - windspeedo - R语言论坛