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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Programming Paradigms for Dummies: What Every Programmer Should Know (2009) [pdf]

61 点作者 pedrodelfino将近 4 年前

3 条评论

macintux将近 4 年前
Previous discussions:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18381640" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=18381640</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=1118597" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=1118597</a>
aranchelk将近 4 年前
One small criticism: “ADT” (as used in the diagram) is ambiguous. Is the A for algebraic or abstract? When it’s associated with Haskell and FP, I know the author’s intent, but it can be ambiguous.
martyalain将近 4 年前
« Y a-t&#x27;il une vie hors des closures ? »<p>Le concept de &quot;closure&quot; est bien sûr d&#x27;une grande puissance mais je me permets de penser qu&#x27;on peut s&#x27;en passer, sous certaines réserves et en implémentant bien les fonctions anonymes. Par exemple :<p><pre><code> - http:&#x2F;&#x2F;lambdaway.free.fr&#x2F;lambdawalks&#x2F;?view=unclosure - http:&#x2F;&#x2F;lambdaway.free.fr&#x2F;lambdawalks&#x2F;?view=closure - http:&#x2F;&#x2F;lambdaway.free.fr&#x2F;lambdawalks&#x2F;?view=lambda - http:&#x2F;&#x2F;lambdaway.free.fr&#x2F;lambdawalks&#x2F;?view=coding ... et suivantes</code></pre>