|
|
|
|
|
by bertr4nd
2256 days ago
|
|
A related idea that I’m interested in but find a bit hard to articulate is to describe “simple” Turing complete languages, where simplicity is defined more by ease of reasoning for a human than by any objective metric. Basically, if I wanted to provide someone with a Turing complete language, what’s the simplest/easiest thing I could provide, that would still be useful? |
|
Simplifying, to have a TC programming language you need two things: RAM and the ability to decide your next state based on the memory contents.