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.

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

141 pointsby jasondavies11 months ago

4 comments

jekude11 months ago
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 months ago
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 months ago
Zilog Z80: The reports of my death are greatly exaggerated. I&#x27;m actually creating life nowadays.
评论 #40820481 未加载
p1esk11 months ago
They use Brainfuck language for the experiments. Seriously.
评论 #40839322 未加载