|
|
|
|
|
by jfkebwjsbx
2256 days ago
|
|
The simplest you could give someone is probably the Turing machine itself, the Brainfuck language or the lambda calculus. 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. |
|
I’m probably just looking for Lisp, really. It’s easy to implement and usable enough.