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.

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

61 pointsby pedrodelfinoalmost 4 years ago

3 comments

macintuxalmost 4 years ago
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>
aranchelkalmost 4 years ago
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.
martyalainalmost 4 years ago
« 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>