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
4 July 2025
N 00:24 | DPM diffhist +2,566 Digitpink talk contribs (Created page with "=DPM= '''DPM (DotPlusMinus)''' is a minimalistic esoteric programming language created by Digitpink. Its primary goal is to offer an interpreter smaller by weight than most Brainfuck implementations. It uses only three commands—<code>+</code>, <code>-</code>, and <code>.</code>—hence the name. == Specification == The language operates on a single integer accumulator, initialized to zero: <dl> <dt><code>+</code></dt> <dd>Increment the accumulator by...") |
3 July 2025
|
22:20 | User:Hotcrystal0/Sandbox/OotT ideas 3 changes history +774 [Hotcrystal0 (3×)] | |||
|
22:20 (cur | prev) +287 Hotcrystal0 talk contribs | ||||
|
21:36 (cur | prev) +587 Hotcrystal0 talk contribs | ||||
|
02:08 (cur | prev) −100 Hotcrystal0 talk contribs |
|
N 21:33 | Kas 2 changes history +535 [A() (2×)] | |||
|
21:33 (cur | prev) +10 A() talk contribs | ||||
N |
|
21:32 (cur | prev) +525 A() talk contribs (Created page with "Lua, but even smaller. Made by User:A() == Commands == - >> c ; while conditon do - << ; end - r() ; input - w() ; ouput - . ; ends each line - va x = value ; vars - & || ! + - == ; operations - Br() ; break == Programs == === Truth machine === va x = r(). >> x. w(x). <<. w(x). === Calculator === va a = r(). va b = r(). va op = r(). >> op == 1. w(a+b). br(). <<. >> op == 2. w(a-b). br(). <<. >> op == 3. w(a*b). br(). <<. >> op...") |
|
21:14 | BitChanger Busy beaver 3 changes history +2 [C++DSUCKER (3×)] | |||
|
21:14 (cur | prev) −4 C++DSUCKER talk contribs | ||||
m |
|
21:14 (cur | prev) +7 C++DSUCKER talk contribs | |||
m |
|
11:08 (cur | prev) −1 C++DSUCKER talk contribs |
|
N 20:01 | Labubu 3 changes history +4,540 [Digitpink (3×)] | |||
|
20:01 (cur | prev) −3 Digitpink talk contribs | ||||
|
20:00 (cur | prev) −17 Digitpink talk contribs (→LABUBU) | ||||
N |
|
19:59 (cur | prev) +4,560 Digitpink talk contribs (Created page with "{{infobox proglang | name = LABUBU | paradigms = (esoteric, interpreted) | author = User:YourName | year = 2025 | class = (Finite state machine) | majorimpl = JavaScript | influence = Lua | influenced = | image = }} = LABUBU = '''LABUBU''' is a minimal, playful esoteric programming language inspired by Lua’s function-call syntax. It supports only two commands: * '''popmart''' – assignment * '''labubu''' – output LABUBU program...") |
|
19:46 | (User creation log) [Zdxeb; Literally.barbarossa; DuongNamVu; Digitpink] | |||
|
19:46 User account Zdxeb talk contribs was created | ||||
|
17:28 User account Digitpink talk contribs was created | ||||
|
16:46 User account Literally.barbarossa talk contribs was created | ||||
|
16:21 User account DuongNamVu talk contribs was created |
|
N 18:52 | Exclaim 2 changes history +3,565 [Digitpink (2×)] | |||
|
18:52 (cur | prev) +26 Digitpink talk contribs | ||||
N |
|
18:45 (cur | prev) +3,539 Digitpink talk contribs (Created page with "= Exclaim = '''Exclaim''' is a minimalistic esoteric programming language created in 2025 by a young enthusiast. It's inspired by Chicken but focuses on simplicity and memory-based operations using only exclamation marks. It was designed to be easy to learn, with each command being a specific number of exclamation marks (`!`), and output happens directly to the console. == Overview == Exclaim operates on a tape of cells (like in Brainfuck). Each cell hold...") |
18:37 | User:Tommyaweosme diffhist +131 Tommyaweosme talk contribs |
18:17 | User:Aadenboy diffhist +34 Aadenboy talk contribs (happy birthday to me!) |
|
18:09 | Esolang:Introduce yourself 2 changes history +289 [Literally.barbarossa; Digitpink] | |||
|
18:09 (cur | prev) +137 Digitpink talk contribs | ||||
m |
|
17:00 (cur | prev) +152 Literally.barbarossa talk contribs |
N 17:42 | User:Literally.barbarossa diffhist +1,011 Literally.barbarossa talk contribs (make userpage) |
m 17:21 | Talk:Uyjhmn n diffhist +320 Literally.barbarossa talk contribs |
m 17:15 | Uyjhmn n diffhist +96 Literally.barbarossa talk contribs (add lua interpreter) |
|
N 16:15 | Mach 3 changes history +13,005 [Kleberlucas (3×)] | |||
|
16:15 (cur | prev) +138 Kleberlucas talk contribs (Added instructions to delete output) | ||||
|
16:12 (cur | prev) +1,836 Kleberlucas talk contribs (Added stack, pointers and IO) | ||||
N |
|
00:18 (cur | prev) +11,031 Kleberlucas talk contribs (Created page with "'''Mach''' is a series of virtual machines specified in this page. Currently, there's no implementation to any of them. ==Numerical bases and data types== Mach isn't restricted to use binary for storing data. It can use any base described here (as long as the base is a positive integer greater than 1). ===Base 2 (binary)=== Binary data types used in this page are described in this section. Unsigned integers: * B2-U8: 8 bits. * B2-U16: 16 bits. * B2-U24: 24 bits. * B2...") |
|
15:06 | User talk:I am islptng 3 changes history +849 [Cycwin; Pifrited (2×)] | |||
|
15:06 (cur | prev) +39 Cycwin talk contribs (→New esolang idea?) | ||||
|
14:18 (cur | prev) +277 Pifrited talk contribs (→New esolang idea?) | ||||
|
14:04 (cur | prev) +533 Pifrited talk contribs (→New esolang idea?: new section) |
14:34 | User:Pifrited/test diffhist +142 Pifrited talk contribs (我在干啥) |
|
N 11:01 | $ESOLANG 6 changes history +5,818 [Astaryuu (6×)] | |||
|
11:01 (cur | prev) +114 Astaryuu talk contribs (→Operations) | ||||
|
10:59 (cur | prev) +174 Astaryuu talk contribs (→Standard library) | ||||
|
10:58 (cur | prev) +254 Astaryuu talk contribs (→Operations) | ||||
|
10:54 (cur | prev) +300 Astaryuu talk contribs (→Operations) | ||||
|
10:45 (cur | prev) +261 Astaryuu talk contribs (→Characteristics) | ||||
N |
|
10:43 (cur | prev) +4,715 Astaryuu talk contribs (Created page with "'''$ESOLANG''' is an esoteric programming language made by User:Astaryuu in July 2025. It is an extended joke at the expense of Web3, NFTs, and cryptocurrency. :: ''"True web3 fans know how to use $ESOLANG"'' - nobody, ever ==Characteristics== $ESOLANG is based on a "bytechain", or chain for short. A chain is the same kind of structure as a stack, but $ESOLANG has no popping operations. This means that memory leaks occur by design. Unlike many stack-based esolangs,...") |
|
09:45 | User:Astaryuu 2 changes history −61 [Astaryuu (2×)] | |||
|
09:45 (cur | prev) +116 Astaryuu talk contribs | ||||
|
09:36 (cur | prev) −177 Astaryuu talk contribs Tag: Manual revert |
06:15 | User:Imakesi diffhist 0 Imakesi talk contribs |
05:20 | Talk:Trivial substitution diffhist +141 Corbin talk contribs (It keeps going.) |
|
05:07 | Trivial substitution 2 changes history +2,757 [Astaryuu (2×)] | |||
|
05:07 (cur | prev) +28 Astaryuu talk contribs (Shorten BF253+ →Extensions) | ||||
|
05:04 (cur | prev) +2,729 Astaryuu talk contribs |
04:41 | Topple diffhist 0 H33T33 talk contribs |
|
m 04:36 | Topple/Source Code 2 changes history +482 [H33T33 (2×)] | |||
m |
|
04:36 (cur | prev) −16 H33T33 talk contribs | |||
m |
|
04:35 (cur | prev) +498 H33T33 talk contribs |
2 July 2025
21:46 | User talk:I am islptng diffhist +102 Hotcrystal0 talk contribs (→Conlang (not esolang) idea: new section) |
21:33 | Esolang:Introduce yourself diffhist +175 Kleberlucas talk contribs |
21:25 | User creation log User account Kleberlucas talk contribs was created |