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.

Is there a life out of closures?

2 pointsby martyalainover 2 years ago

1 comment

martyalainover 2 years ago
Exploring a number of concepts at the base of a programming language I discovered that it was possible to do without &quot;closures&quot;, whatever their indisputable interest.<p>* <a href="http:&#x2F;&#x2F;lambdaway.free.fr&#x2F;lambdawalks&#x2F;" rel="nofollow">http:&#x2F;&#x2F;lambdaway.free.fr&#x2F;lambdawalks&#x2F;</a><p>* <a href="http:&#x2F;&#x2F;lambdaway.free.fr&#x2F;lambdawalks&#x2F;?view=unclosure" rel="nofollow">http:&#x2F;&#x2F;lambdaway.free.fr&#x2F;lambdawalks&#x2F;?view=unclosure</a><p>I wonder if such a language in which the management of the lexical context would have become useless could lead to optimizations. For example in recursive operations. What do you think about it?