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).
- 01:10, 9 May 2025 I am islptng talk contribs created page FCompiler/Headers (Created page with "{{back|fCompiler}} {{WIP}}")
- 22:19, 8 May 2025 Buckets talk contribs created page Ttem (Created page with "{{Stub}} Ttem is an Esoteric programming language created by User:Buckets in 2024. {| class="wikitable" |- ! Commands !! Instructions |- | [ || Start a set. |- | ] || End a set. |- | + || +1. |- | - || -1. |- | , || A comma for the set. |- | ! || Instruct. |} Ttem was a Scrapped Esolang, but Still has A lot of Data for it. When creating a Set, The number of the Set cannot Use Duplicates. When ! Is used, It will Parse it into A number for a chart. {| class="wikita...")
- 20:41, 8 May 2025 Helpeesl talk contribs created page Forever (Created page with "==Intro== Forever is an esolang created by User:Helpeesl on May 8th 2025ad designed to have really long programs without doing stuff like Lenguage(i.e. not using an instruction set that’s tied to the length of the line/program). ==Commands== The commands were designed to be as hard as possible to write short programs in without being really simple. + pushes 1 onto the stack = sets the top item of the stack to the next item of the stack ) flips the entire sta...")
- 19:29, 8 May 2025 Ϫ talk contribs created page Candrabindu (Created page with "{{wrongtitle|title= ̐ }} '''̐''' is a stack-based esolang using diacritics. There are 52 different stacks, one for each letter uppercase or lowercase. The operation to perform is based on the diacritic on the letter. {| class="wikitable" |+ Commands |- | ̎ || Pushes a 1 onto the stack. |- | ̌ || Increases the value of the topmost element of the stack. |- | ̂ || Decrements the value of the topmost element of the stack. |- | ̐ || Selects the stack for an operation. |...")
- 19:27, 8 May 2025 TenBillionPlusOne talk contribs moved page Interpreter modification to Interpreter-modifying (Misspelled title)
- 19:25, 8 May 2025 Lucaz37 talk contribs created page FAGI (Created page with "{{infobox proglang |name=FAGI |author=Lucaz37 |year=2025 |memsys=Both Cell-based and Stack-based |dimensions=one-dimensional |class=Turing complete |files=<code>.fagi</code>, <code>.fg</code> }} THIS IS STILL WORK IN PROGRESS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! FAGI, also known as Fagi Assisted General Interface, is an esolang created by Lucaz37. == Overview == FAGI only has 3 tokens: fagi pasuni animale {|...")
- 19:20, 8 May 2025 TenBillionPlusOne talk contribs created page Interpreter modification (Created page with "'''Interpreter-modifying''' is a concept invented by User:TBPO, through it was used a few times before. An interpreter-modifying esoteric programming language is an esolang that can modify the way it interprets the code in runtime. A basic interpreter-modifying esolang is Emmental, that has a command that redefines an instruction to mean different thing. More advanced interpreter-modifying esolang is Mascarpone, which manipulates interpreters as normal dat...")
- 17:50, 8 May 2025 User account Kyrsig talk contribs was created
- 15:39, 8 May 2025 Ais523 talk contribs created page Symmetric Echo Tag (an idea I've had for a while and probably ought to document)
- 02:26, 8 May 2025 I am islptng talk contribs created page FCompiler (Created page with "{{lowercase}}{{stub}} [https://tio.run/##jVZNb@M2ED1bv2KiYrES7BrJ9uYih0W7BYoWbbHopRB0UKRxTIemFIra2Cj2t6dvSEqWk6DtxZBG8/Fm3vDR3cntWvPd83PdNky3VJTJ005ppj/twJtk4ewJvwuDT8p0g8vyde@s6rIcVrWl9Col0zp8JLMhcTPrvtPKZen3aV5cl5fucLilNN1Q3RqnzMAwS@V11XVsmszAj481d44@/f7TJ2tbu6E7y9VDknxDv/KRLTUt91Jzp8w9RWdfkvgL2xNpZZjuTrBVNfdr@ov7FeHrruqpNfqEH/ZO62RsWkXMOV22pIh1z1TAhBTFzaYsadta2PFRgkuBtVW2B4S6Mkhds/dwOyZ0PtTufU@YaL0jXTmgf1Ja0x3T0PN20EnwCYO/yIypA4vCBP3Igh8GFx7GeQFTmQuGPyrbM2b1g676Xm1PHs...")
- 00:09, 8 May 2025 Dgt2016 talk contribs moved page ARLPLWAAWN to Fava (I changed name to my lang :3)
- 21:17, 7 May 2025 Buckets talk contribs created page Copy of a... (Created page with ": ''The title of this article is not correct because of technical limitations. The correct title is actually infinity long and Cannot be perceived by Humanity And by Machine. '' For ease of use, This article and Everything else is going to go Use the wrong Name and Use "Copy of a...". Copy of a... is an Esoteric programming language created by User:Buckets in 2021. {| class="wikitable" |- ! Commands !! Instructions |- | A || Starts the program. |- | Copy of a ||...")
- 19:27, 7 May 2025 User account Lucaz37 talk contribs was created
- 13:15, 7 May 2025 LillyHStClaire talk contribs created page PAC-PI (Created PAC-PI page)
- 12:56, 7 May 2025 TenBillionPlusOne talk contribs created page BooleanFunge/Interpreter (Created page with "Python implementation, without input: <pre> from random import randint import os.path import sys # GLOBAL VARIABLES grid = [] x = 0 # X COORDINATE OF POINTER y = 0 # Y COORDINATE OF POINTER direction = "right" # CURRENT DIRECTION OF MOTION stack = [] # LIFO NUMBER STORAGE directions = ["left", "up", "right", "down"] # ALL POSSIBLE DIRECTIONS def main(): """Read file and repeatedly traverse grid""" grid = readFile() while grid[y][x] != "@" or True in grid:...")
- 12:51, 7 May 2025 PkmnQ talk contribs created page Talk:I/M Machine (Created page with "== Periodic program decider == The <code>|</code> variation of Infinite I/M Machine is not Turing complete, as its halting problem can be decided. Let's say the program is <code>A | B</code>. Then: # Run <code>A</code> once. If it has already halted, the program obviously halts. Otherwise, record the current accumulator as <code>a</code>. # Continue with <code>B</code>. If it has already halted, the program obviously halts. Otherwise, record the new accumulator as <code>...")
- 11:54, 7 May 2025 TenBillionPlusOne talk contribs moved page User:TenBillionPlusOne/Sandbox to Interpreterion
- 10:33, 7 May 2025 TenBillionPlusOne talk contribs moved page User:KapitanGamer/Sandbox to User:TenBillionPlusOne/Sandbox (Moving o)
- 09:52, 7 May 2025 None1 talk contribs created page Persistent brainfuck (Created page with "{{lang|a=User:None1|i=brainfuck}} ==Tape and pointer== It's tape and pointer are like that of brainfuck, but they're persistent. In other words, they can be rolled back to history versions. Each time before a non-rollback command is executed, a new history version is created. They're rolled back together when a rollback command is executed. ==Rollback command== <code>!''a''</code>, where ''a'' is a nonnegative integer, rolls back ''a'' versions. The first version...")
- 02:26, 7 May 2025 Corbin talk contribs created page Monkey (Created page with "{{stub}} {{infobox proglang |year=2016 |author=Thorsten Ball |class=Turing-complete |refimpl=Implement it yourself! }} '''Monkey''' is a pedagogical programming language designed to be implemented by students of compiler theory. It was introduced in the book [https://interpreterbook.com/ Writing an Interpreter in Go]. Category:2016 Category:Turing complete")
- 02:26, 7 May 2025 Corbin talk contribs created page Lox (Created page with "{{stub}} {{infobox proglang |year=2015 |author=Robert Nystrom |class=Turing-complete |refimpl=Implement it yourself! }} '''Lox''' is a pedagogical programming language designed to be implemented by students of compiler theory. It was introduced in the book [https://craftinginterpreters.com/contents.html Crafting Interpreters]. Category:2015 Category:Turing complete")
- 02:26, 7 May 2025 Corbin talk contribs created page Tiger (Created page with "{{stub}} {{infobox proglang |year=1997 |author=Andrew W. Appel |class=Turing-complete |refimpl=Implement it yourself! }} '''Tiger''' is a pedagogical programming language designed to be implemented by students of compiler theory. It was introduced in the book [https://www.cs.princeton.edu/~appel/modern/ Modern Compiler Implementation in Java]. Category:1997 Category:Turing complete")
- 22:16, 6 May 2025 Buckets talk contribs created page JLOS (Created page with "{{lowercase}} jLOS is an Esoteric programming language created by User:Buckets in 2022. In the Y axis is Called a Channel, On the X Axis, it is called A Macaroni. {| class="wikitable" |- ! Commands !! Instructions |- | A || Delete The Right Macaroni. |- | > || Move Right once to The Channel. |- | < || Move left once to The Channel. |- | B || Delete The Left Macaroni. |- | ^ || Rotate Upwards the Channel on the right. |- | v || Rotate downwards the Channel on the ri...")
- 22:10, 6 May 2025 Dgt2016 talk contribs created page ARLPLWAAWN (Created page with "==Introduction== '''ARLPLWAAWN''' (A Random Light-weighted Programming Language With An Absurdly Weird Name), also called ASNA (A Shorter Name for ARLPLWAAWN) is a esolang created in 2025 by User:Dgt2016. It's a programming language written in C++ and based off 16-bit machine code; therefore, it's a language that can form light-weighted applications that can run in 16-bit computers (Windows 3.11 and before) or computers that include any MS-DOS or 16-bit emulators (3...")
- 20:26, 6 May 2025 Dgt2016 talk contribs created page User:Dgt2016 (I'm good :))
- 20:16, 6 May 2025 User account Chloe talk contribs was created
- 20:07, 6 May 2025 User account Dgt2016 talk contribs was created
- 19:41, 6 May 2025 User account Jodoktus talk contribs was created
- 19:35, 6 May 2025 Ϫ talk contribs created page Stactal (Created page with "Stactal is an esolang created by ~~~ for the sole purpose of hurting your brain. ==Fundamentals=== Stactal is a stack-based esolang where stacks can go on other stacks. To create a new stack, you input this: +1 This creates a new stack and assigns it the name 1. Stack names can only be numbers. To add a value to a stack, you type one of these: "Hello World!":1 for strings #12#:1 for pure numerical values 2:1 for other stacks I:1...")
- 13:01, 6 May 2025 TomosCode talk contribs created page Stack whack (Created page with "Stack whack is a stack-based language which can be compiled to BF. == Instructions == {| class="wikitable sortable" |+ Instructions |- ! Name !! BF |- | (Number) || (+*Number)> |- | -(Number) || (-*Number)> |- | < || < |- | > || > |- | [ || [ |- | ] || ] |- | ADD || [-<+>]< |- | SUB || [-<->]< |- | IN || >, |- | OUT || >. |} == Computational class == Stack whack is Turing-complete because with a few adjustments BF can be compiled into it. Category:Stack-based ...")
- 03:09, 6 May 2025 User account Darshalcs talk contribs was created
- 02:55, 6 May 2025 L4.m2 talk contribs created page Shifted brainfuck (Created page with "'''Shifted brainfuck''' is a brainfuck derivative which tells EOF well while reading. <code>+</code>, <code>-</code>, <code><</code>, <code>></code>, <code>[</code>, <code>]</code> work as original brainfuck. <code>.</code> outputs the current memory cell as char if it's not zero, or read input if it is, remaining zero in case there's no more input. To avoid confusion when a character has code zero, each charcode is added by 1, e.g. <code>\x00</code> => 1, <code>0<...")
- 21:13, 5 May 2025 Buckets talk contribs created page Qey Demo (Created page with "Qey Demo is an Esoteric programming language created by User:Buckets in 2024. Qey's Ruleset: It has 32-bit signed Integers. {| class="wikitable" |- ! Commands !! Instructions |- | > || Dequeue an integer from the front of the queue Into The register, If the Queue is Empty Set the Register to 0. |- | < || Enqueue the current value of The Register to the back of the Queue. |- | + || +1 on The Register and It will Overflow/Underflow. |- | - || -1 on The Register an...")
- 20:18, 5 May 2025 User account Accountnamed talk contribs was created
- 19:31, 5 May 2025 TenBillionPlusOne talk contribs created page ;;;*++ (Created page with "{{WIP}} ''';;;*++''' (pronounced "counting") is a functional/stack-based esolang by User:TBPO. == Execution == ;;;*++ has a tape of cells indexed from 1, each starting at 1, and a stack. {| class="wikitable" |+ Instructions |- | ! || Push 1 to the stack. |- | * || Pop x and return a value under the cell number x. |- | + || Pop x and y. Set the value under the cell number y to x. Return x. |} When the program reaches the EOF, the stack is cleared and IP returns t...")
- 16:52, 5 May 2025 TenBillionPlusOne talk contribs created page Talk:Forthrooms (Created page with "Can someone make a Forthrooms interpreter? ~~~~")
- 13:06, 5 May 2025 Cycwin talk contribs created page Talk:Son of a BitCh (why dont you do that?!)
- 11:42, 5 May 2025 User account Sfb talk contribs was created
- 04:02, 5 May 2025 PkmnQ talk contribs created page User:PkmnQ/Hypercomputable implementations (Wanted to do this for a while)
- 22:50, 4 May 2025 Buckets talk contribs created page HL (Created page with "HL(, or By it's full name, ''H.L.'') is an Esoteric programming language created by User:Buckets in 2022. {| class="wikitable" |- ! Commands !! Instructions |- | -PageA+PageB || Count The links from PageA and Add them to the number of links of PageB. |- | oPageC || Set The PageC As The Input(, name). |- | rPageD || Print PageD<sup>th</sup> Link number Into ASCII. |- | !PageE || Multiply -1 To [[PageE]...")
- 22:48, 4 May 2025 Buckets talk contribs created page H.L. (Redirected page to HL) Tag: New redirect
- 20:26, 4 May 2025 Ractangle talk contribs created page Talk:JOrE's esolangs project (Created page with "== User Comments == That's no comments for now!")
- 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)")
- 11:01, 4 May 2025 Luohoa97 talk contribs created page Talk:Aether (Created page with "Is this a mere concept or a working language? ~~~~")
- 10:40, 4 May 2025 Luohoa97 talk contribs created page Aetherc (Created page with "# Aetherc The official Aether [https://aetherc.vercel.app website] ## Purpose Aetherc is a programming language to solve issues like bad syntax and the slowness of interpreted languages. Aether is a general purpose language like ''C'' or ''Lua''. ## Examples of Aether: ```aether const var1 = "Hello" const var2 = "World!" print(var1..var2) -- Concatenates var1 and var2 ``` The resulting llvm ir code is: ```llvm @str = private unnamed_addr constant [12 x i8] c"Hello...")
- 10:14, 4 May 2025 User account Luohoa97 talk contribs was created
- 06:51, 4 May 2025 Helpeesl talk contribs created page Numeral (Created page with "==Intro== Numeral is an esolang created by User:helpeesl on May 3rd<small>actually 4th</small> 2025 and uses every single type of numeral system. ==General symbols== *a+b addition *a-b subtraction *a*b multiplication *a/b division *+a magnitude of a *-a negation of a *a&b the bitwise and of a and b *a|b the bitwise or of a and b *\a floor(a) *^a e^a *_a ln(a) *{x} var at x *'x x-long text ==Numeral systems== This programming language has these numeral systems *Attic...")
- 20:04, 3 May 2025 Buckets talk contribs created page Ctions (Created page with "{{lowercase}} ctions is an Esoteric programming language created by User:Buckets in 2022, Deriving from the Word ''functions'', but since It's not ''fun'', thus it's ctions. {| class="wikitable" |- ! Commands !! Instructions |- | `a || Declare a Variable a. |- | ~b() || Declare a ction b. |- | \c\d\e || Declare a set c Of d & e. |- | {f.g} || Declare an Equality of An item f as the item g. |- | < || Go forwards In time(, as in, f is g). |- | > || Go Backwards in tim...")
- 19:36, 3 May 2025 Leomok2009 talk contribs created page Next Word Of The Week (Created page with "Next Word Of The Week is a language you have to solve for, inspired by Final Word Of The Day. ==Specifications== # There is no Cat containing under five commands. # The number of programs that output only <code>Hello World</code> or produce no output is finite. However, there is an infinite number of programs that output any other string. # There is at least one Narcissist. # If you take any program which outputs only <code>0 1 2 3 4 5 6 7 8 9</code>, yo...")
- 09:39, 3 May 2025 None1 talk contribs created page Fungraph (Created page with "'''Fungraph''' is an esolang invented by User:None1. It is Befunge, but the code is not a grid but a graph. ==Graph== The graph in Fungraph has labeled and weighted nodes, which contain commands and node id (1-indexed) formatted like ''nodeid''-''command''. It also contains weighted directed edges, which contain directions (unique integers between 0 and the out-degree of the start node of the edge minus one). ''Every node in the graph must have an out-degree of...")