结果:找到“Lisp”相关内容36个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
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语言如此先进?
1 个回复 - 504 次查看
(节选自《黑客与画家》中译本) 译者原文:http://www.ruanyifeng.com/blog/2010/10/why_lisp_is_superior.html一、如果我们把流行的编程语言,以这样的顺序排列:Java、Perl、Python、Ruby。你会发现,排在越后面 ...
2019-7-28 20:32 - nuomin - 休闲灌水
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及其他软件专版
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语言论坛