TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The Lambda Calculus

177 点作者 infinity超过 12 年前

11 条评论

sb超过 12 年前
Nice article (the Stanford Encyclopedia of Philosophy has many more, btw.), but I like the "Introduction to Lambda Calculus" by Henk Barendregt (one of <i>the</i> people working in Lambda calculus, see for instance the citation to his book "The Lambda Calculus: Its syntax and semantics." in the references), which has the added benefit of being free:<p><a href="http://www.cse.chalmers.se/research/group/logic/TypesSS05/Extra/geuvers.pdf" rel="nofollow">http://www.cse.chalmers.se/research/group/logic/TypesSS05/Ex...</a> (also covers typed lambda calculus AFAIR)
评论 #4932789 未加载
knowtheory超过 12 年前
The Lambda Calculus is more widely applicable than most people know too.<p>One of the dominant modeling paradigms in formal semantics (e.g. understanding the meaning of human language) is built around a typed lambda calculus called Montague Semantics (see <a href="http://plato.stanford.edu/entries/montague-semantics/" rel="nofollow">http://plato.stanford.edu/entries/montague-semantics/</a> )
评论 #4933646 未加载
evincarofautumn超过 12 年前
If Church numerals’ unary representation bothers you, there is an efficient embedding of naturals in λ-calculus as linked lists of Booleans. Well, more efficient than the alternative…<p><a href="http://useless-factor.blogspot.com/2007/04/thoughts-on-church-numerals.html" rel="nofollow">http://useless-factor.blogspot.com/2007/04/thoughts-on-churc...</a>
hsmyers超过 12 年前
Very nice article. The HTML version is free, the .pdf version which will be available after the 21st will cost you $10 a year---all things considered, a useful service at a very reasonable cost.
评论 #4932286 未加载
why-el超过 12 年前
Does anybody know whether this is a good introduction for someone who plans to go over the Lambda Papers in detail in about two weeks?
评论 #4935922 未加载
joe_the_user超过 12 年前
Wow,<p>I had never noticed how <i>intension</i>, used here in "intensional definition", was a different word than intention. I wonder what percentage of people who looked at this stuff outside a formal classroom <i>haven't</i> been confused by this?<p><a href="http://en.wikipedia.org/wiki/Intensional_definition" rel="nofollow">http://en.wikipedia.org/wiki/Intensional_definition</a>
jacquesm超过 12 年前
If this stuff interests you have a look at Matt Might's blog, it's full of interesting goodies and extremely accessible. For example:<p><a href="http://matt.might.net/articles/compiling-up-to-lambda-calculus/" rel="nofollow">http://matt.might.net/articles/compiling-up-to-lambda-calcul...</a>
rhcpfan1超过 12 年前
You can see where the name 'Y Combinator' came from. Thanks.
评论 #4936108 未加载
mahmud超过 12 年前
The Stanford Encyclopedia of Philosophy, one of my favorite hangouts on the net for the last decade. Enjoy it.
tekniiq超过 12 年前
what perent of programmers actually even use the lambda calculus?
评论 #4934375 未加载
评论 #4934157 未加载
cerebrum超过 12 年前
nice