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).

Logs
  • 20:09, 29 May 2025 JORE talk contribs created page VTS (Created page with "== VTS Programming Language == '''VTS''' is a modification of python. It also makes code harder to read. {| class="wikitable" |+ Command Set |- ! VTS !! Python !! Description |- | <code>n >> x</code> || <code>x=n</code> || Assignment |- | <code>n *> x</code> || <code>x=x*n</code> || Multiplication assignment |- | <code>n /> x</code> || <code>x=x/n</code> || Division assignment |- | <code>n !> x</code> || <code>x=1;for _ in range(1,n+1): x=x*_</code> || Factorial assignm...")
  • 18:56, 22 May 2025 JORE talk contribs created page Brainfuck 3D (Created page with "== Brainfuck 3D == Brainfuck 3D is a esolang where programs are designed to work in 3D. This means you need to program multiple layers in order to use 3D commands. Every layer is a block of code where 2D commands allowed. === Basic Brainfuck Instructions === {| class="wikitable" !Command !Description |- | style="text-align:center"| <code>></code> |Move the pointer to the right |- | style="text-align:center"| <code><</code> |Move the pointer to the left |- | style=...")
  • 18:56, 22 May 2025 JORE talk contribs created page Brainfuck3D (Created page with "== Brainfuck 3D == Brainfuck 3D is a esolang where programs are designed to work in 3D. This means you need to program multiple layers in order to use 3D commands. Every layer is a block of code where 2D commands allowed. === Basic Brainfuck Instructions === {| class="wikitable" !Command !Description |- | style="text-align:center"| <code>></code> |Move the pointer to the right |- | style="text-align:center"| <code><</code> |Move the pointer to the left |- | style=...")
  • 18:31, 22 May 2025 JORE talk contribs created page Category:Cannot easily used (Created page with "Esolangs which are extremely hard or almost impossible to programmed by humans, and often requiring brute-forces. Category:Languages")
  • 18:29, 22 May 2025 JORE talk contribs created page ROTHELL (Created page with "= ROTHELL = '''ROTHELL''' is an esoteric programming language designed to surpass Malbolge in difficulty. It employs a cryptographic instruction encoding scheme based on rotational character differences [https://rot13.com/ ROTx] with case-sensitive transformations, creating an intentionally hostile programming environment. == Language Overview == === ROTHELL's core mechanic involves: === * '''Instruction Extraction''': Deriving operations from ROTx differences...")
  • 17:34, 14 May 2025 JORE talk contribs created page Impossible to quine (Created page with "== Impossible to quine == '''Impossible to quine''' is a esolang which you cannot quine in it. Normally the output is '''I won't allow you to quine'''. If your code be '''I won't allow you to quine''', it will output '''Sorry, you cannot quine.''' === Quine (i'm fooling you...) === ​I won​'t allow you to quine Category:Joke_languages")
  • 17:10, 14 May 2025 JORE talk contribs created page 9D brainfuck (Created page with "== 9D Brainfuck == '''9D Brainfuck''' is a esolang of fun modification of brainfuck. It have fake commands added. === Commands: === {| class="wikitable" |+ |- ! Command !! Action/Brainfuck |- | + || + |- | - || - |- | > || > |- | < || < |- | [ || [ |- | ] || ] |- | . || . |- | , || , |- | # || Makes the interpreter angry, some cells in memory get corrupted data |- | e || [https://user-uploads.perchance.org/file/1338706f8908b9d64c6b14a1ad5e803c.webp Makes the computer...")
  • 19:14, 12 May 2025 JORE talk contribs created page Infinite golfing (Infinite Golfing)
  • 18:10, 4 May 2025 JORE talk contribs created page JOrE's esolangs project (Created page with "I'm just released a new project, '''Esolang Project'''. Currently, I only released [[Assembely] esolang. Soon, more details availible here. Feel free to chat with me about this project. '''Add comments, but do not delete them''' == User Comments == That's no comments now! (Delete this line when commenting)")
  • 17:38, 28 April 2025 JORE talk contribs created page Assembely (Created page with "== Assembely == This is a fun modification of '''AMD64''' assembly language to look quirky. "Assembely" is a typo of "Assembly" word. === MOV Operation === This operation allows to change a register, which can used as a flag. Syntax: '''MOV''' x, y Operation: R'''x''' = y ('''There are 32-bit R0-R31 registers''') Flags: R0 become 255 - Prints a ASCII/Unicode character with ASCII code in R31. R1 become 255 - Clears all registers to 0 R2 become 255 - Sets R30 to AS...")
  • 16:57, 28 April 2025 User account JORE talk contribs was created