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.
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
15 April 2026
| 21:58 | C@++ diffhist +14 BoundedBeans talk contribs (Indicate language for interpreter) | ||||
|
|
18:29 | Brainfuck 4 changes history +285 [Kuashio (4×)] | |||
|
|
18:29 (cur | prev) −1 Kuashio talk contribs (→Notable implementations) | ||||
|
|
18:28 (cur | prev) +182 Kuashio talk contribs (→Notable implementations: Added visual bf) | ||||
|
|
18:24 (cur | prev) 0 Kuashio talk contribs (→Hardware implementations) | ||||
|
|
18:24 (cur | prev) +104 Kuashio talk contribs (→Hardware implementations: Added the brainfuino platform) | ||||
12 April 2026
| N 06:26 | Another modulo language diffhist +1,316 Cleverxia talk contribs (Created page with "'''Another modulo language''' is another modulo language created by user:cleverxia inspired by the collatz functions. ==program flow== program consists of two function f and g and infinite numbers x<sub>i</sub>. when the program starts, the interpreter does the following: *set i,a to 0 *repeat forever: *:if x<sub>i</sub> is 0: *::halt the program *:otherwise: *::divide f(a) by x<sub>i</sub>, let quotient be q, remainder be r *::set a to r *::set i to q very simple,...") | ||||