I\'ve read \"what-is-turing-complete\" and the wikipedia page, but I\'m less interested in a formal proof than in the practical implications of being Turing Complete.
<
Brainfuck is Turing complete, and has only loop structures and memory incrementation/decrementation so this is enough.
On the other hand there is no way to modify any value in the lambda calculus, but it is Turing complete, so it it is clearly possible to do it without mutable memory.
Most likely you program has nothing to do with the lambda calculus though, so for a practical answer the minimum must be