zahlman 6 days ago

If you'd care to actually implement what you describe, I'm sure the resulting blog post would make a popular submission here.

1
vidarh 6 days ago

It's not very interesting - it's basically showing it can run one step of a very trivial state machine , and then add a loop to let it keep running with the conversation acting as the tape io.

It's pretty hard to make any kind of complex system that can't be coerced into being Turing complete once you add iteration.