Related changes

Jump to navigation Jump to search

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 19:57, 28 August 2025
 
Page name:
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

28 August 2025

     10:42  Permufuck‎‎ 2 changes history 0 [Pro465‎ (2×)]
 m   
10:42 (cur | prev) −106 Pro465 talk contribs (→‎Cat program: Olus hasn't gotten got) Tag: Manual revert
     
09:18 (cur | prev) +106 Pro465 talk contribs (→‎Cat program: add smaller cat) Tag: Reverted
N    03:47  Brainfucking‎‎ 3 changes history +680 [None1‎ (3×)]
     
03:47 (cur | prev) +28 None1 talk contribs
 m   
03:46 (cur | prev) 0 None1 talk contribs
N    
03:46 (cur | prev) +652 None1 talk contribs (Created page with "{{lang|a=User:None1}} It ignores the code and always executes a brainfuck interpreter. Since it ignores the code, it is a no-code esolang. ==Examples== ===brainfuck interpreter=== Any text can go here. ===Self-interpreter=== Any text can go here. ==Interpreters== Any brainfuck interpreter is also a brainfucking interpreter if you let it interpret the user input instead of the code. ==Computational class== Turing-complete, because it can interpr...")

27 August 2025

     20:42  Language of Laughing diffhist −27 Corbin talk contribs (Fix categories.)
     20:08  Anti-Machine language diffhist −82 Corbin talk contribs (Fix categories. This language cannot be implemented on a machine, so it hasn't actually been implemented.)
     20:06  Machine-language diffhist +143 Corbin talk contribs (Fix categories. This joke isn't actually a language and certainly isn't TC, although it is funny and good food for thought.)
     19:37  diffhist −31 Corbin talk contribs (Fix categories.)
     17:46  Sus diffhist +1 Corbin talk contribs (Fix categories.)
N    16:26  Permufuck‎‎ 7 changes history +2,345 [Pro465‎ (7×)]
 m   
16:26 (cur | prev) +9 Pro465 talk contribs (make the text less janky)
     
16:03 (cur | prev) +151 Pro465 talk contribs (add cat program)
     
13:06 (cur | prev) −13 Pro465 talk contribs (→‎Conversion program (Python))
     
12:49 (cur | prev) +150 Pro465 talk contribs (→‎Description: clarify on when the program is considered valid)
     
12:45 (cur | prev) +614 Pro465 talk contribs (add python program)
     
12:00 (cur | prev) +8 Pro465 talk contribs
N    
09:34 (cur | prev) +1,426 Pro465 talk contribs (Created page with "{{WIP}} {{stub}} Permufuck, an esolang created by User:Pro465 in 2025, is a much harder variant of brainfuck. Each Permufuck program corresponds noninjectively to a brainfuck program, which is given by a pseudorandom permutation of the Permufuck program and its instructions. The rest of this article describes how the correspondence works. The main function here is the Hydra function: <math> H(n)=\lfloor\frac{3n}2\rfloor, </math> which exibits...")
     14:00  Unpseudorandom diffhist −40 Krolkrol talk contribs Tag: Manual revert

26 August 2025

     18:15  Lete diffhist +41 BoundedBeans talk contribs (Converted command list to table and removed _ command)
 m   01:30  Unifuck diffhist +18 SzszszszszszszsZ talk contribs

24 August 2025

N    02:59  ABrainloller‎‎ 3 changes history +2,290 [None1‎ (3×)]
     
02:59 (cur | prev) +26 None1 talk contribs
 m   
02:52 (cur | prev) +1 None1 talk contribs (→‎Hello, World)
N    
02:52 (cur | prev) +2,263 None1 talk contribs (Created page with "{{lang|a=User:None1}} It is Brainloller but uses only English letters. {|style="text-align:center;" !Color !RGB !Function !ABrainloller |- |style="background:#ff0000;"|red |(255,0,0) |<code>></code> |A |- |style="background:#800000;"|darkred |(128,0,0) |<code><</code> |B |- |style="background:#00ff00;"|green |(0,255,0) |<code>+</code> |C |- |style="background:#008000;"|darkgreen |(0,128,0) |<code>-</code> |D |- |style="background:#0000ff;"|blue |(0,0,255) |<co...")

23 August 2025

N    20:48  Streamix‎‎ 3 changes history +1,865 [Iamnotanuser‎ (3×)]
 m   
20:48 (cur | prev) −15 Iamnotanuser talk contribs
     
02:29 (cur | prev) +353 Iamnotanuser talk contribs
N    
02:16 (cur | prev) +1,527 Iamnotanuser talk contribs (Created page with "Streamix is a brainfuck based esolang. All I/O goes only on streams. Also, all instructions are ASCII-lowercase. == General == === Memory === Memory in Streamix is array of 16-bit cells. It has infinite size, so interpreter should extend it sometimes. Current cell is a cell onto pointer. === Queue === Some data, usually I/O data, contains in FIFO queue. Reading value from queue removes read value from queue. === Streams === Stream is actually number, mapped on fil...")

22 August 2025

     13:11  Ultimate bf instruction minimalization! diffhist +41 ChuckEsoteric08 talk contribs
N    07:47  Unifuck diffhist +4,282 SzszszszszszszsZ talk contribs (Created page with "Unifuck (a portmanteau of Unicode and brainfuck) is a Brainfuck derivative made by User:SzszszszszszszsZ where the regular instructions are changed this way: {| class="wikitable" |- ! ''n''%8 is !! Original |- | 0 || + |- | 1 || - |- | 2 || < |- | 3 || > |- | 4 || . |- | 5 || , |- | 6 || [ |- | 7 || ] |} where ''n'' is any integer. ''n'' then gets converted into a Unicode character. == Examples == <pre> @@@@@@@@FC@@@@FC@@C@@@C@@@C@BBBBAGC@C@CACC@FBGBAGCCDCAAAD...")
     01:47  GERMAN diffhist +2,309 Kaveh Yousefi talk contribs (Introduced an examples section comprehending three incipial members, added a hyperlink to my implementation on GitHub, and supplemented the “Implemented” page category tag.)