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).
- 12:02, 29 March 2025 C++DSUCKER talk contribs created page R + S (Created page with "R+S is a very simple esoteric programing language. <br> It is reversible and can't be turing complete because it cant have infinite memory. its only memory is a finite width register of some arbitrary amount of bits === Instructions: === <code>+</code> increments the value. (wrapping)<br> <code>R</code> rotates the value left by 1.<br> <code>S</code>swaps the first and second bit of the value. == 8 bit Example programs: == ==== Rotate Right ==== <code>RRRRRRR</code> =...")
- 17:36, 24 February 2025 C++DSUCKER talk contribs created page ◧◨ (Created page with "◧◨ Is a programming language with only ◧ and ◨. it has a infinite array of bits, a pointer, and obviously a program counter. It has two commands: ◨◧◨ Toggles the bit at the pointer and then move the pointer right ◧◧ followed by n ◨'s is a relative jump instruction, jumping (-1)^n * ceil(n/2) instructions if the bit at the pointer is 1 and then always moving the pointer left. Examples: ==== find zero to the left (or at current cell) ==== <code>...")
- 14:44, 23 February 2025 C++DSUCKER talk contribs created page Talk:Loop preventing brainfuck (Created page with "Should the cells be non-wrapping? --~~~~")
- 20:55, 21 February 2025 C++DSUCKER talk contribs moved page Halt preventing brainfuck to Loop preventing brainfuck (this makes more sense)
- 20:55, 21 February 2025 C++DSUCKER talk contribs created page Halt preventing brainfuck (Created page with "Halt preventing Brainfuck is a brainfuck derivative that can be used to solve the halting problem, calculate busy beavers, and solve math problems. == Commands == {| class="wikitable" !Command !Description |- | style="text-align:center"| <code>></code> |Move the pointer to the right |- | style="text-align:center"| <code><</code> |Move the pointer to the left |- | style="text-align:center"| <code><nowiki>+</nowiki></code> |Increment the memory cell at the poi...")
- 16:50, 19 February 2025 C++DSUCKER talk contribs created page Bitchanger Busy beaver (Created page with "== Confirmed optimal == These are confirmed to be the best for lengths 1-15 {| class="wikitable" |- ! length !! Time !! Program |- | 1 || 1 || } |- | 2 || 2 || }} |- | 3 || 3 || }}} |- | 4 || 4 || }}}} |- | 5 || 5 || }}}}} |- | 6 || 8 || }}<[<] |- | 7 || 11 || }}}<[<] |- | 8 || 14 || }}}}<[<] |- | 9 || 17 || }}}}}<[<] |- | 10|| 22 || }}}}<[}<<] |- | 11 || 27 || }}}}}<[}<<] |- | 12 || 36 || }}}}<[[<]}}] |- | 13 || 45 || }}}}}<[[<]}}] |- | 14 || 58 || }<[}}<<<[<]}}] |- |...")
- 16:04, 19 February 2025 User account C++DSUCKER talk contribs was created