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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: The LAST Programming Language

4 点作者 djedr超过 1 年前

2 条评论

djedr超过 1 年前
Made this last year, inspired by @jart&#x27;s SectorLambda[0] implementation of @tromp&#x27;s Binary Lambda Calculus[1]. Since then I had an idea of how to translate the language into a 5-instruction &quot;linear&quot; (as opposed to tree-structured) machine code which can be nicely visualized. Finally implemented this idea, resulting in a minimal IDE&#x2F;debugger. Just published a working version of that[0].<p>Pretty fun stuff. :D<p>[0] <a href="https:&#x2F;&#x2F;justine.lol&#x2F;lambda&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;justine.lol&#x2F;lambda&#x2F;</a><p>[1] <a href="https:&#x2F;&#x2F;tromp.github.io&#x2F;cl&#x2F;Binary_lambda_calculus.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;tromp.github.io&#x2F;cl&#x2F;Binary_lambda_calculus.html</a><p>[2] <a href="https:&#x2F;&#x2F;xtao.org&#x2F;blog&#x2F;nukleus.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;xtao.org&#x2F;blog&#x2F;nukleus.html</a>
djedr超过 1 年前
For any lurkers out there, I just created&#x2F;published the next, even more extreme iteration of this called λDNA: <a href="https:&#x2F;&#x2F;xtao.org&#x2F;blog&#x2F;ldna.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;xtao.org&#x2F;blog&#x2F;ldna.html</a><p>Enjoy.