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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Computational Life: How self-replicating programs emerge from simple interaction

141 点作者 jasondavies11 个月前

4 条评论

jekude11 个月前
Combinatory Chemistry [0] is a great paper that is referenced. Using Combinatory Logic feels a lot cleaner than brainfuck IMO.<p>[0] <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2003.07916" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2003.07916</a>
29athrowaway11 个月前
Brainfuck is a useful language for evolutionary programming because it is Turing complete, it has few instructions, the interpreter is easy to implement, and a mutation operator is also easy to implement.<p>There are different ways to deal with bounds checking when moving the tape: saturation, wrapping and invalidation. I often chose to invalidate a program that crosses bounds, as it usually generates a cleaner program that is more compatible with other interpreters as well.<p>In the paper the part that&#x27;s interesting is that there was no explicit fitness functions. The higher fitness emerges in the form of the replicator. <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=eOHGBuZCswA" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=eOHGBuZCswA</a>
评论 #40845713 未加载
JyrkiAlakuijala11 个月前
Zilog Z80: The reports of my death are greatly exaggerated. I&#x27;m actually creating life nowadays.
评论 #40820481 未加载
p1esk11 个月前
They use Brainfuck language for the experiments. Seriously.
评论 #40839322 未加载