"Beware of the Turing tar-pit in which everything is possible but nothing of interest is easy."
A Turing tarpit is a programming language or system that is theoretically capable of computing anything (Turing-complete) but makes practical programming extraordinarily difficult. Like being stuck in tar: you can move, but every step is agony.
The paradox: adding features makes languages easier to use, but the most "powerful" minimal languages (with just a few operations) become nearly impossible to use in practice.
That's it. This is Turing-complete. You can write any program... in theory.
The Turing tarpit reveals that theoretical equivalence ≠ practical equivalence. All Turing-complete languages can compute the same things, but some make it 100x harder.
This applies beyond programming: bureaucracies that technically allow anything but make every action difficult; legal systems where rights exist on paper but are impractical to exercise; tools that are "flexible" but require expert knowledge for basic tasks.
The lesson: Capability without usability is a trap.