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
  • 07:41, 24 February 2026 Fly talk contribs created page Quil (Created page with "Quil is an esoteric programming language made by User:Fly in year 2026. == How it works == At the start of the program, a counter is set to 0. That counter decides the current state of the program, control flow and arithmetic. You can store states of the counter using variables and can set the counter to any variable any time you want in the program. == Instructions == {| class="wikitable" ! Instruction ! Description |- | + | Increment the counter by one |- | -...")
  • 22:09, 20 February 2026 Fly talk contribs created page Bolaga (Created page with "Bolaga is a stack-based esoteric programming language created by User:Fly in 2026. == Instructions == {| class="wikitable" ! Instruction ! Description |- | >N | Pushes a numeric literal `N` onto the stack. |- | < | Pops (removes) the top value. |- | + | Pops top two values, pushes their sum. |- | - | Pops top two values (`a` first, then `b`), pushes `a-b`. |- | @ | Pops top value and prints it as an ASCII character. |- | % | Pops top value and pr...")
  • 17:39, 17 February 2026 Fly talk contribs created page Yet Another Stack-Based Esoteric Programming Language (Created page with "Yet Another Stack-Based Esoteric Programming Language (or YASBEPL) is... uh, well it's what it's called. It was created by User:Fly in 2026 == Instructions == {| class="wikitable" ! Instruction ! Description |- | `>N` | Pushes a numeric literal `N` onto the stack. |- | `<` | Pops (removes) the top value. |- | `+` | Pops top two values, pushes their sum. |- | `-` | Pops top two values (`a` first, then `b`), pushes `a-b`. |- | `@` | Pops top value and prints it as an...")
  • 23:02, 11 July 2023 Fly talk contribs moved page Mantain A Dog Through Coding to Maintain A Dog Through Coding (I spelled the title badly)
  • 20:35, 11 July 2023 Fly talk contribs created page Mantain A Dog Through Coding (Created page with "Mantain A Dog Through Coding (or madtc) is an esoteric programming language made by User:Fly. You're a dog owner and your goal is making your dog do things with cookies. {| class="wikitable" |+ Commands |- ! Command !! Explanation |- | woof || the cookie counter gets incremented by one |- | bark || a number is putted on the the stack, then it gets inverted |- | argh || it reverses the stack |- | rrrr || it outputs the top value of the stack as it's ASCII equivalent |-...")
  • 22:26, 10 March 2023 Fly talk contribs created page A Simple Language With A Console Except There Is No Console (Created page with "== Introduction == A Simple Language With A Console Except There Is No Console, is an esoteric programming language created by Fly and it's just, as the name suggests, A Simple Language With A Console but with no console(basically the same exact thing). == Instructions == {| class="wikitable" ! Instruction !! Description! |- | say || it can output text, numbers and values from the memory |- | tell || it can input text or numbers and store those values in t...")
  • 22:05, 9 March 2023 Fly talk contribs created page A Simple Language With A Console (Created page with "== Introduction == A Simple Language With A Console, is an esoteric programming language created by Fly and it's just, as the name suggests, a simple laguage that can be used in a console made in python 3. == Instructions == {| class="wikitable" ! Instruction !! Description! |- | say || it can output text, numbers and values from the memory |- | tell || it can input text or numbers and store those values in the memory |- | store || it stores any value in the memory |-...")
  • 22:21, 25 December 2022 Fly talk contribs created page User:Fly (Created page with "All my esolangs: * MindFuck * oZZo")
  • 22:11, 25 December 2022 Fly talk contribs created page OZZo (Created page with "Created by Fly aka Cristian Cestola, oZZo (that stands for "one zero zero one" or "1001") is an esoteric programming language that uses instructions made of binary numbers. ==Instructions== {| class="wikitable" !Command !Description |- |1111 |sets memory to true |- |0000 |sets memory to false |- |1001 |print memory |- |1110 |input |- |1010 |save input in memory |- |1101 |clear memory |- |0101 |sets errorlevel to 1 |- |1011 |sets errorlevel to 0 |- |0100 |chec...")
  • 17:47, 23 December 2022 Fly talk contribs created page MindFuck (Created page with "MindFuck is a BrainFuck inspired language. The difference between the two is that MindFuck doesn’t have an interpreter and everything is manual, the initialization of the program and the initialization of the cells. So basically MindFuck is “if BrainFuck was almost useless”. ##Commands () initialize section {} initialize cell L | and | cell selector L = cell modifier L [ and ] loop cell (stop if cell number is 0) L + add 1 L - remove 1 L < and > previous...")
  • 16:59, 10 December 2022 User account Fly talk contribs was created