User contributions for ChuckEsoteric08
Jump to navigation
Jump to search
14 September 2025
- 10:2510:25, 14 September 2025 diff hist +42 User:ChuckEsoteric08 →Turing-completness Proofs current
- 10:2410:24, 14 September 2025 diff hist +39 Three variable modification language No edit summary current
- 10:2310:23, 14 September 2025 diff hist +66 Three variable modification language →Computational Class
13 September 2025
- 06:3606:36, 13 September 2025 diff hist +351 User talk:I am islptng →S*bleq: new section current
- 06:2506:25, 13 September 2025 diff hist −178 S*bleq There was a mistake in the original description current
7 September 2025
- 17:5817:58, 7 September 2025 diff hist 0 Yea →Description current
- 17:5717:57, 7 September 2025 diff hist 0 Yea →Description
- 17:5317:53, 7 September 2025 diff hist −593 Yea →Description: Working on a newer version
- 16:5816:58, 7 September 2025 diff hist +7 StackBit →Reversible StackBit current
- 16:5716:57, 7 September 2025 diff hist −39 Seas →Computational class current
- 16:4416:44, 7 September 2025 diff hist +312 StackBit Added Reversible StackBit
- 15:2215:22, 7 September 2025 diff hist +109 User:ChuckEsoteric08 →TODO list
- 10:4410:44, 7 September 2025 diff hist +7 BitBrain No edit summary current
- 10:4410:44, 7 September 2025 diff hist +5 BitBrain →Computational class
- 10:4310:43, 7 September 2025 diff hist +1 BitBrain →BitBrain-S
- 09:4309:43, 7 September 2025 diff hist +6 Bedroom →The actual commands current
- 09:4209:42, 7 September 2025 diff hist −4 Seas →Computational class
- 09:4109:41, 7 September 2025 diff hist +35 User:ChuckEsoteric08 →Turing-completness Proofs
- 09:4009:40, 7 September 2025 diff hist +69 Seas No edit summary
- 09:3909:39, 7 September 2025 diff hist +519 Seas Added TC proof
- 08:4508:45, 7 September 2025 diff hist +31 RIfP No edit summary current
- 08:4508:45, 7 September 2025 diff hist +535 EsoInterpreters →Main table: Added brainfuck in RifL current
- 08:4208:42, 7 September 2025 diff hist +31 RifL No edit summary current
- 08:1908:19, 7 September 2025 diff hist +19 User:ChuckEsoteric08 No edit summary
- 08:1808:18, 7 September 2025 diff hist +166 Turi ip ip ip No edit summary current
- 08:1608:16, 7 September 2025 diff hist +1,451 Talk:Turi ip ip ip →Turing-completeness proof: new section current
- 06:1906:19, 7 September 2025 diff hist +20 Blues machine/Portable Minsky Machine Notation conversion No edit summary current
6 September 2025
- 20:3320:33, 6 September 2025 diff hist +6 Swipe →Computational class current
5 September 2025
- 15:5815:58, 5 September 2025 diff hist +6 While Pointstack →Computational class current
- 15:5715:57, 5 September 2025 diff hist +763 N Eezy Created page with "{{Stub}} '''Eezy''' is an esolang by User:ChuckEsoteric08 based on Minsky machine that can be easily implemented in other esolangs ==Description== There are two unbounded nonnegative registers, initially zero, and a pointer which points to the first one: + - increment current register - - decrement current register ~ - swap registers * - declare label with index equal to the number of *'s 0^ - jump to label with index equal to the number of ^'s if current re..." current
3 September 2025
- 18:0118:01, 3 September 2025 diff hist +13 User:ChuckEsoteric08 →Turing-completness Proofs
- 18:0018:00, 3 September 2025 diff hist +51 BrainIf No edit summary current
- 17:5817:58, 3 September 2025 diff hist +3,086 N BrainIf Turing-completeness proof Created page with ":{{Back|BrainIf}} It can be shown that BrainIf is Turing-complete by translating Cyclic tag system into the language. This construction is itself based on brainfuck minus - proof due to inability to decrement the cell. Only programs that don't halt can be translated, although it's possible to edit the translation for supporting them ==Definitions== Because of it's length a couple of definitions are used: *<code>n</code> - first command in each translated sect..." current
- 16:1416:14, 3 September 2025 diff hist +11 User:ChuckEsoteric08 →2025
- 13:2213:22, 3 September 2025 diff hist −13 User:ChuckEsoteric08 →Turing-completness Proofs
31 August 2025
- 14:2614:26, 31 August 2025 diff hist +56 Swipe No edit summary
- 14:2514:25, 31 August 2025 diff hist +312 Swipe No edit summary
- 14:2014:20, 31 August 2025 diff hist +1,042 N Swipe Created page with "'''Swipe''' is an esolang by User:ChuckEsoteric08 ==Description== Language has a binary tape infinite to the right. First 4 cells are initialised as 1, others as 0 ===Commands=== {| class="wikitable" |- ! Command !! Description |- | <code>~</code> || Swaps current cell with the next cell |- | <code>></code> || Moves pointer to the right |- | <code><</code> || Moves pointer to the left |- | <code>{...}</code> || While 0 loop |- |} ==Computational class== The language..."
- 13:0613:06, 31 August 2025 diff hist +55 User:ChuckEsoteric08 →Turing-completness Proofs
- 13:0413:04, 31 August 2025 diff hist +22 User:ChuckEsoteric08 →2024
- 13:0213:02, 31 August 2025 diff hist +198 Length →Computational class current
- 12:5912:59, 31 August 2025 diff hist −956 Pointstack No edit summary current
- 12:5712:57, 31 August 2025 diff hist +1,313 N While Pointstack Created page with "'''While Pointstack''' is a variation of Pointstack accidentaly created by User:ChuckEsoteric08 while writing a Turing-completeness proof. ==Differences== The only difference between the two is that <code>[...]</code> is a while loop instead of do-while loop == Computational class == Pointstack's computational class is Turing-complete, as long as stack hold unbounded integers which would be shown by translating Portable Minsky Machine Notation to it: T..."
25 August 2025
- 16:3616:36, 25 August 2025 diff hist +4 Right →Turn right current
- 16:3616:36, 25 August 2025 diff hist +4 Right →Execution
- 16:3316:33, 25 August 2025 diff hist −1 @!+-() No edit summary current
- 16:0616:06, 25 August 2025 diff hist +1 @!+-() →See also
24 August 2025
- 09:0709:07, 24 August 2025 diff hist −28 EsoInterpreters New link for brainfuck in Capuirequiem
- 09:0409:04, 24 August 2025 diff hist −1 Capuirequiem No edit summary current
- 09:0309:03, 24 August 2025 diff hist +61 Capuirequiem No edit summary