All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Esolang. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:34, 28 April 2025 Pericles talk contribs created page Bitforth (Created page with "'''Bitforth''' is an ultra-minimal subset of Forth that achieves Turing completeness using only: * A data stack and a call stack * Integer literals (0, 1, -1) * Colon definitions with calls/returns (including recursion) * Multi-way branches (<code>CASE ... OF ... ENDOF ... ENDCASE</code>) By using the data stack as a queue and employing a simple recursive trick to enqueue bits at the bottom, Bitforth can simulate any tag system, and therefore any Turing machine. I...")
- 14:57, 28 April 2025 User account Pericles talk contribs was created