TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

λ-calculus evaluator

24 pointsby alrex021about 15 years ago

2 comments

silentbicycleabout 15 years ago
The relevant blog post: <a href="http://zaa.ch/past/2010/4/25/lambda_calculus_evaluator/" rel="nofollow">http://zaa.ch/past/2010/4/25/lambda_calculus_evaluator/</a><p>There's a pretty good summary of the lambda calculus in Pierce's _Types and Programming Languages_ (among others).
wingoabout 15 years ago
Neat!<p><pre><code> (^x.x x) (^x.x x) InternalError: too much recursion</code></pre>
评论 #1294951 未加载