Recent changes
Jump to navigation
Jump to search
Track the most recent changes to the wiki on this page.
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
26 March 2026
| 03:00 | Pathana diffhist +152 Squidmanescape talk contribs | ||||
| 02:56 | Ima güte. Ima dança diffhist +74 BODOKE2801e talk contribs (→Complex) | ||||
|
|
02:48 | Codesh (קודש) 2 changes history −41 [StavWasPlayZ (2×)] | |||
| m |
|
02:48 (cur | prev) +1 StavWasPlayZ talk contribs | |||
|
|
02:38 (cur | prev) −42 StavWasPlayZ talk contribs | ||||
| 01:54 | English+ diffhist −1,461 Redisnotblue talk contribs (Blanked the page) | ||||
| 01:48 | User:Redisnotblue diffhist −111 Redisnotblue talk contribs (Blanked the page) | ||||
|
|
N 01:21 | Yakl 3 changes history +29,271 [BestCoder (3×)] | |||
|
|
01:21 (cur | prev) +23 BestCoder talk contribs | ||||
|
|
01:19 (cur | prev) +117 BestCoder talk contribs | ||||
| N |
|
01:18 (cur | prev) +29,131 BestCoder talk contribs (Created page with "Yakl is a expression based object oriented interpreted language. == Interpreter (yakl.py) == from yakl_objects import * import importlib.util import sys def import_python_file(path): name = path.replace("/", "_").replace("\", "_") spec = importlib.util.spec_from_file_location(name, path) module = importlib.util.module_from_spec(spec) sys.modules[name] = module spec.loader.exec_module(module) return module def get_file(place): con...") | |||
| 00:50 | TritBitJump diffhist +1,816 Squidmanescape talk contribs (→Basics) | ||||
| 00:37 | Rainbow Assembly diffhist −44 Aadenboy talk contribs | ||||
25 March 2026
|
|
N 23:59 | Rainbow Assembly 2 changes history +1,496 [NinjaPizza15 (2×)] | |||
| m |
|
23:59 (cur | prev) 0 NinjaPizza15 talk contribs | |||
| N |
|
23:59 (cur | prev) +1,496 NinjaPizza15 talk contribs (Created page with "Rainbow Assembly is a Turing complete tiny assembly language with only 8 instructions.<br> The earliest version is Rainbow-1, which was created on 03/25/2026 (MM/DD/YYYY) <h1>Rainbow-1 Assembly</h1> Here is the instruction set for Rainbow-1 Assembly: '''''//''''' - ''comment'' - Used to write comments in code, gets ignored by assembler.<br> '''''00''''' - ''halt'' - Halts the program.<br> '''''01''''' - ''str'' - Stores given data into register.<br> '''''02''''' - ''stm...") | |||
|
|
23:33 | Esolang:Introduce yourself 2 changes history +351 [NinjaPizza15; Azerty] | |||
|
|
23:33 (cur | prev) +202 NinjaPizza15 talk contribs | ||||
|
|
21:25 (cur | prev) +149 Azerty talk contribs (→Introductions) | ||||
|
|
23:25 | (User creation log) [NinjaPizza15; Azerty] | |||
|
|
23:25 User account NinjaPizza15 talk contribs was created | ||||
|
|
21:15 User account Azerty talk contribs was created | ||||
| 22:51 | Color Scheme diffhist +8 Yoyolin0409 talk contribs | ||||
|
|
21:26 | User:Aadenboy 2 changes history +118 [Aadenboy (2×)] | |||
|
|
21:26 (cur | prev) +87 Aadenboy talk contribs (add my inbox + make tables collapsible) | ||||
|
|
20:23 (cur | prev) +31 Aadenboy talk contribs (→interpreters: add ToFunction) | ||||
| 21:21 | User:Hotcrystal0/Colon three diffhist −224 Hotcrystal0 talk contribs (I’m reworking this one) | ||||
| 21:19 | User:PrySigneToFry/Silicon dioxide in a polypropylene box/Four-player-chess diffhist −23 Hotcrystal0 talk contribs (more spring cleaning) | ||||
| 21:18 | User talk:Hotcrystal0 diffhist −428 Hotcrystal0 talk contribs (spring cleaning) | ||||
|
|
21:11 | User talk:Corbin/Spring cleaning 6 changes history +965 [Hotcrystal0 (6×)] | |||
|
|
21:11 (cur | prev) +77 Hotcrystal0 talk contribs (rephrase again and add more) | ||||
|
|
21:08 (cur | prev) 0 Hotcrystal0 talk contribs (rephrase) | ||||
|
|
21:07 (cur | prev) +125 Hotcrystal0 talk contribs | ||||
|
|
21:04 (cur | prev) +46 Hotcrystal0 talk contribs | ||||
|
|
21:04 (cur | prev) +87 Hotcrystal0 talk contribs | ||||
|
|
21:02 (cur | prev) +630 Hotcrystal0 talk contribs (→I do not like this idea: new section) | ||||
| 20:14 | User:↑/esolangs diffhist +11 ↑ talk contribs (Added Yesno) | ||||
| N 20:14 | Yesno diffhist +273 ↑ talk contribs (Created page with "{{Stub}} '''Yesno''' is an esolang made by User:↑. == Commands == {{cd|Yes}}: Adds, and goes to the next item if this item was smaller than 0 {{cd|No}}: Subtracts, and goes to the previous item if this item was smaller than 0 Category:Languages Category:2026") | ||||
| 20:11 | User:↑/esolangs?action=edit diffhist +178 ↑ talk contribs | ||||
| m 19:09 | User:Salpynx/Going to Zagreb to buy a pony diffhist −61 Salpynx talk contribs (→Syntax) | ||||
| N 18:25 | Triple-U diffhist +2,522 LEOMOK talk contribs (Created page with "'''Triple-U''' is a programming language which uses only three characters: <code>u</code>, <code>w</code> (double <code>u</code>) and ꪛ (triple <code>u</code>). == Overview == Triple-U operates on an infinite tape of data strings, each starting empty. There is also a pointer which can access any data string on the tape, as well as a "hold string" for temporary storage. The following instructions are available: {| class="wikitable" |+ |- ! Instruction !! What it...") | ||||
| 18:06 | User:EsolangerII diffhist −152 EsolangerII talk contribs | ||||