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).
- 00:24, 4 July 2025 Digitpink talk contribs created page DPM (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...")
- 19:59, 3 July 2025 Digitpink talk contribs created page Labubu (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...")
- 18:45, 3 July 2025 Digitpink talk contribs created page Exclaim (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...")
- 17:28, 3 July 2025 User account Digitpink talk contribs was created