New pages
Jump to navigation
Jump to search
- 23:00, 4 January 2026 Eralin (hist | edit) [1,240 bytes] Buckets (talk | contribs) (Created page with "Eralin is an Esoteric programming language Created By User:Buckets in 2021. {| class="wikitable" |- ! Commands !! Instructions |- | < || Goto The last < that the IP Has met. |- | ± || Subtract 1 to the Top value But then it With toggle To Adding 1 then Toggling Back to subtracting 1. |- | > || If the Top value of The stack is > Than the Second Top value, turn right. |- | ' || Push the ASCII Value for all the characters After this Until the Space Loops around, But e...")
- 22:01, 4 January 2026 PMPL (hist | edit) [1,438 bytes] A() (talk | contribs) (Created page with "Polish Math Programming Language is called that because it uses [https://en.wikipedia.org/wiki/Polish_notation| Polish notation] (also PNPL was taken) User: A() brought this into existence. == Commands == Here is a list of commands Polish Math Programming Language uses: {| class="wikitable" |+ Commands |- ! Command !! Effect |- | <code> j x y </code> || if x is odd jump to y |- | <code> p x </code> || print x |- | <code> a </code> || accumulator |-...")
- 20:25, 4 January 2026 DOESNT (hist | edit) [4,507 bytes] &0 (talk | contribs) (Created page with "DOESNT is an esolang created by User:&0 at the very start of 2026. It's a single string, deterministic, rewriting system. Unlike conventional rewriting systems, rules in DOESNT list what prefixes are left unmatched. It's creation was inspired by the prompt for Language 18 from [https://mitpress.mit.edu/9780262553087/forty-four-esolangs/ FORTY-FOUR ESOLANGS]. == Language Description == A DOESNT program consist two parts. The initial state is given by the <cod...")
- 14:23, 4 January 2026 IavaScriptvm (hist | edit) [7,115 bytes] Kangaroo Jacques (talk | contribs) (My little esolang)
- 23:19, 3 January 2026 Kses (hist | edit) [1,331 bytes] Buckets (talk | contribs) (Created page with "Kses is an Esoteric programming language created By User:Buckets In 2026, Created to Be a pure-Table Esolang. {| class="wikitable" |- ! Pseudo-Commands !! Instructions |- | <nowiki>{| | style="background:#</nowiki><span style="color:red;">R</span><nowiki>R----;width:px;height:px;" | |}</nowiki> || Push <span style="color:red;">R</span>R. |- | <nowiki>{| | style="background:#--</nowiki><span style="color:green;">G</span><nowiki>---;width:px;height:px;" | |}</nowik...")
- 17:31, 3 January 2026 CHOOSE (hist | edit) [1,673 bytes] A() (talk | contribs) (Created page with "== Intro == Alright, imagine an alien computer. Everyone is really excited to use it, but the only thing it can do is search for programs that matches with an output, and also those programs also search for programs that do the exact same thing. Is it possible to even do anything with this highly theorical programing language? This was a thought experiment by User: A() == Rules == The translated instruction manual says as follows: ⦁ Every program can be describe...")
- 14:07, 3 January 2026 MalbolgeFUCK (hist | edit) [4,857 bytes] Athen blah blah blah (talk | contribs) (Created page with "{{infobox proglang |name=MalbolgeFUCK |paradigms=imperative, cryptographic, self-modifying |author=User:Athen blah blah blah |year=2026 |memsys=mutable array/register |dimensions=one-dimensional |class=Bounded-storage machine }} '''MalbolgeFUCK''' is a one-dimensional esoteric programming language invented in 2026 by Aekvixay Chantavong, designed to be deliberately hostile to programmers. ==Language overview== '''MalbolgeFUCK''' is an interp...")
- 11:49, 3 January 2026 Later You Will See Me (hist | edit) [1,523 bytes] Yayimhere2(school) (talk | contribs) (Created page with "'''Later You Will See Me''' or LYWSM, is more of an art project then an esolang, was created by User:Yayimhere, initially thought up in 2025 but only completed in 2026. It is, basically, just an iterative process of a function, defined as a matrix in the program. == Memory == Memory is located on a grid. Each cell holds an integer. The program specifies a specific subset, with the programs rightmost corner being <code>(0,0)</code>. the grid is tiled with the progra...")
- 06:51, 3 January 2026 Rvtl (hist | edit) [576 bytes] Tpaefawzen (talk | contribs) (Created page with "{{DISPLAYTITLE:rvtl}} '''rvtl''', aka '''Return of Very Tiny Language''' is a dialect of the VTL (Very Tiny Language), which is the dialect of BASIC, created by Mizutani Jun. There's also 64-bit version '''rvtl64'''. Implemented in assembly language. == Links == *[https://www.mztn.org/rvtl/vtltabl.html History of VTL-like languages] (Japanese) *[https://www.mztn.org/rvtl/rvtl.html rvtl] (Japanese) **[https://www.mztn.org/rvtl/rvtl32.html 32bit version] - x86, arm **...")
- 03:23, 3 January 2026 Cable (hist | edit) [4,136 bytes] RainbowDash (talk | contribs) (Created page with "'''Cable''' is a name of a programming language created by user User:RainbowDash in 2026. Where instructions are read from the left, and appended to the left. Instructions take the form of blocks. {{infobox proglang |name=Cable |author=RainbowDash |year=2026 |refimpl=Python |memsys=Variables |class=Turing complete |files=<code>.cable</code> }} == Blocks == There are...")
- 03:21, 3 January 2026 Cable/Implementations (hist | edit) [9,457 bytes] RainbowDash (talk | contribs) (Created page with "<pre> import operator import re # ---------------- OPS ---------------- ops = { "+=": operator.add, "-=": operator.sub, "*=": operator.mul, "//=": operator.floordiv, "%=": operator.mod, } # ---------------- HELPERS ---------------- def parse_string_literal(s): """Extract string literal from quotes and handle escape sequences.""" if s.startswith('"') and s.endswith('"'): content = s[1:-1] # Handle escape sequences cont...")
- 00:08, 3 January 2026 Iterate/Loop algebra (hist | edit) [1,433 bytes] Aadenboy (talk | contribs) (this page may be helpful for optimization)
- 23:27, 2 January 2026 SOAPCAL (hist | edit) [2,071 bytes] A() (talk | contribs) (Created page with "The idea of this programing language is to be a functional paradigm which uses emojis. Also this was made by User: A(). == Syntax Rules == * Numbers are lambda expressions meaning you can apply a number to itself ( Same with bools ) * Every line must have <code> ? </code> preceding it * Strings are functions that return themselves === Syntax For Functions === ? ( a ❤︎ [ b ] ) b gets feed into a ? ( a ⤷ [ a1, b1, c1 ] . n ) a is a function that has va...")
- 11:23, 2 January 2026 Plea (hist | edit) [9,085 bytes] UnavgAustralian (talk | contribs) (Created page with "Plea is a high-level esoteric programming language created by User:UnavgAustralian on the 3rd of December 2025. It is named due to the fact that you have to beg the program to run. =Syntax= ==Beg== Every Plea program must have its first line be beg "enter begging here" in order for the program to run, plus the begging must also be sufficient for the program to run. So you can't just type anything in. ==Functions== Plea functions are defined like this: fnctn retu...")
- 11:02, 2 January 2026 PlainCore (hist | edit) [6,231 bytes] Yoyolin0409 (talk | contribs) (Created page with "'''PlainCore''' is an esolang by User:yoyolin0409 and ChatGPT. Its aim is to solve as many problems as possible with as few instructions and golf as possible. There are only 12 instructions in total. ==Instructions== set <name> <value> Create a variable named 'name' with the content 'value'. 'value' can be any text or number; text should be enclosed in quotation marks. add <name> <value> As long as `name` is a numeric variable, plus the number represented by `value...")
- 01:59, 2 January 2026 Hailstone (hist | edit) [14,038 bytes] RaiseAfloppaFan3925 (talk | contribs) (move from my sandbox to its own page)
- 22:58, 1 January 2026 Sentence construction (hist | edit) [1,533 bytes] Yoyolin0409 (talk | contribs) (Created page with "'''Sentence construction''' is an esolang by User:Yoyolin0409. This is like a Python version of a sentence-making game. ==How to use?== First, take out your Python program: print("Hello, world!") Create a sentence using all the text and variable names, while retaining all the words and variable names. What should the printer print? (It should say "Hello, world!") This is actually a bit difficult because you have to use the correct grammar, and the time state is als...")
- 19:17, 1 January 2026 Free2Edit (hist | edit) [5,927 bytes] RikoMamaBala (talk | contribs) (Created page with "Free2Edit is (technically) the first esolang that I made. It's kinda like a Brainfuck derivative, but more powerful. The reason I named it that is because I thought I could implement Free Esolang with this esolang, but I couldn't, so... I guess I could say code written on it is obfuscated? == Instructions == Free2Edit consists of 100000 8-bit cells and you are currently pointing to a cell. {| class="wikitable" |+ Instructions |- ! Code !! What it does |- | [instr...")
- 18:11, 1 January 2026 LambdaWreck (hist | edit) [1,317 bytes] A() (talk | contribs) (Created page with "==Syntax== *<code>func x =: </code> declare new function x *<code> lambda.(type) x: </code> declare new lambda function with type and input x * <code> pass: x </code> return x ==Programs== ===Hello World!=== This program outputs "Hello World" to the console func hello =: lambda.str x: pass: "Hello World" end end out: func.hello (x) end ===Omega=== Feeds the input itself func Omega =: lambda.any x: pass: x(x) end end out: func.Omega (x) end...")
- 14:35, 1 January 2026 Gold (hist | edit) [3,717 bytes] Yoyolin0409 (talk | contribs) (Created page with "'''Gold''' is an esolang by User:yoyolin0409. It referenced:Translated ORK/Mihai Again21, Minecode, TerraScript, PRINTASKSWITCHINPUTCASEXGOTOACASEYGOTOBELSEGOTOC, Translated 脑子爆掉/Mihai Again!, Super Yellow, UCHSHOPPLWANPAATILIA, FlinnScrip, MCBlocks, Enjamb, Translated SLet/3/MihaiEso Again+, CraftyFunge, TTML, STACKIE, Translated SLet/3/PSTF Again, 5MAT, JollyScript, Sclipting, Idea:A pr...")
- 14:34, 1 January 2026 TVM&OBJECT (hist | edit) [703 bytes] ↑ (talk | contribs) (Created page with "'''TVM&OBJECT''' is an esolang made by User:↑. == Commands == * {{cd|TVM [X] ON [Y]?}} - If condition * {{cd|OBJECT CREATE [X] CONTAINING [Y]}} - Creates an object called X with contents Y. * {{cd|INCREASE [X] BY [Y]}} - Self explanatory * {{cd|DIVIDE [X] BY [Y]}} - Self explanatory too * {{cd|TVM JUMP TO [X]}} - Jumps to line X. * {{cd|USER KEYWORD}} - Stores input in USER KEYWORD. * {{cd|SAY [X]}} - Prints X. == Examples == === Hello, World! === OBJECT CREAT...")
- 12:24, 1 January 2026 Food (hist | edit) [3,379 bytes] Yoyolin0409 (talk | contribs) (Created page with "'''Food''' is a list by User:yoyolin0409. List of all languages related to food. ==(== (HA)pple_waITING(Is this even considered?)<br> (piggus) ==.== ... Bottles of beer on the wall ==1== 10D Deadfish 7 with Time Travel and a Multiverse<br> 1Fish(first yummy thing) ==2== 2Deadfish<br> 2dFish ==5== 5D Deadfish with Multiverse Time Travel ==9== 99 bottles of pain(aaaaaaaaargh!!!!) ==A== A Pear Tree<br> Alan's dead fish<b...")
- 10:51, 1 January 2026 Kiosk (hist | edit) [3,413 bytes] Yayimhere2(school) (talk | contribs) (Created page with "Kiosk (/kʰio̯sk/) is an esolang created by User:Yayimhere, after wondering if both having <code>(x)</code>, be pushing, while also having <code>xyz...(F)</code> be application was possible in a single language. It works on a lambda calculus "framework", but uses instructions that are more usual for stacks. This mix of imperative and functional programming, combined with the concept itself, leads to a, though elegant, confusing language. == Memory == Kiosk uses a qu...")
- 10:05, 1 January 2026 Unicode World (hist | edit) [3,341 bytes] Yoyolin0409 (talk | contribs) (Created page with "'''Unicode World''' is an esolang by User:yoyolin0409. Its inspiration came from......Unicode, what else could it be?<br> I cannot guarantee that all Unicode characters will be added to this page in my lifetime, but I can guarantee that all C0C1 characters will never appear in their true form. ==Syntax== ===NUL=== U+0000-NULL<br> NUL is a character that will be permanently deleted if anything is entered into it. Example: print("Hello, world!")- Output: Hello, world...")
- 06:40, 1 January 2026 Pietfood (hist | edit) [1,983 bytes] Yoyolin0409 (talk | contribs) (Created page with "'''Pietfood''' is a programming language inspired by <span style="color:#ff0000">🅿</span><span style="color:gold">🅸</span><span style="color:#00ff00">🅴</span><span style="color:#0000ff">🆃</span>. It is a text-based equivalent of Piet. ==Execution== The colors in are shown below: {| class="wikitable" |colspan=6| <center>White ⚪ (U+26AA)</center> |- | Light red: Rose|| Light yellow: Egg Tofu|| Light green 💛 (U+1F49B) || Lig...")
- 06:15, 1 January 2026 First (hist | edit) [1,328 bytes] None1 (talk | contribs) (Created page with "{{lang|a=User:None1}} It's the author's first esolang invented in the first day of 2026, thus the name. It's also the first esolang with a full specification invented in 2026. ==Memory== There's an integer set. Integers are unbounded. ==Commands== ''x'' and ''y'' are integer literals. * {{cd|F ''x''}}: '''F'''lip the existence of ''x'' in the set (i.e.: Delete ''x'' if it exists, otherwise insert ''x''}}). * {{cd|I ''x''}}: '''I'''nsert ''x''. * {{cd|R}}: '''R'''ead int...")
- 04:49, 1 January 2026 Translated 中文/None1 (hist | edit) [1,190 bytes] Yoyolin0409 (talk | contribs) (Created page with "'''Translated 中文/None1'''is an esolang by User:yoyolin0409. Its inspiration is Translated ZhongWen/None1. ==Command== "said SREC Start ເ Output "plant surface" > Claim that a variable named "can" contains the value "1". ້ໍ່້ It claims to have a variable called LAO NIGGAHITA, the content of which is "LAO NIGGAHITA" ຶບຘ Execute the next character when the previously defined variable is not a number ==Example== ===Hello, world!=== Cat...")
- 03:12, 1 January 2026 Translated 中文 (hist | edit) [4,206 bytes] Yoyolin0409 (talk | contribs) (Created page with "'''Translated 中文'''is an esolang by User:yoyolin0409. Its inspiration is Translated ZhongWen. ==Command== Brainfuck operates on an array of memory screen, each initially set to zero. There is a cloth, initially pointing to the first memory screen. T[UNK]kikik сиңa һ UNK]r character[UNK]chenbarder. Start > Turn the cloth to the right < Left screen ^ Remove commas, It will remove all commas, making it unusable V Move it(cloth) dow...")
- 01:44, 1 January 2026 WAFE (hist | edit) [1,206 bytes] Yoyolin0409 (talk | contribs) (Created page with "'''WAFE'''(Also known as WaterAetherFireEarth, WindAetherFireEarth, WWAFE, WEWFA) is an esolang by User:yoyolin0409. Its inspiration comes from the four elements (perhaps five if you add aether). Since we might not have enough elements, we added the Five Elements in China and some other elements commonly found in other games. ==Instruction== Case indiscriminate {| class="wikitable" |- ! Instruction !! Brainfuck |- |wind |> |- |earth |< |- |water |<nowiki>+</nowik...")
- 00:34, 1 January 2026 Append (hist | edit) [1,198 bytes] HyperbolicϝireworksPen (talk | contribs) (Created page with "Append is a esolang that works only by appending commands to itself ==How it Works== scripts in Append follow this format: id_1,"string_1":command_(1,1),command_(1,2),...,command_(1,n_1) id_2,"string_2":command_(2,1),command_(2,2),...,command_(2,n_2) . . . id_m,"string_m":command_(m,1),command_(m,2),...,command_(m,n_m) x_1,x_2,...,x_k here id_i is an identifier used to call the commands, "string_i" is a string outputed when the command is called, command_(i,...")
- 23:59, 31 December 2025 Wyvyx (hist | edit) [1,233 bytes] Buckets (talk | contribs) (Created page with "{{lowercase}} wyvyx Is An Esoteric programming language created By User:Buckets In 2021. {| class="wikitable" |- ! Commands !! Instructions |- | ~ || Push a random Number Between 0 And 9. |- | ! || Pop the Top value Modulo 256 And Print it As ASCII. |- | _ || Pop the top And Print it as A Value. |- | % || Duplicate the Top Value of The stack. |- | \ || Skip the Next Command. |- | ≠ || Pop the Top two Values and Replace the top Value By their product - 1. |- | " ||...")
- 22:48, 31 December 2025 BALLMACHINE (hist | edit) [563 bytes] A() (talk | contribs) (Created page with "Balls are affected by gravity and can be pushed around by arrows and mirrors ==Commands== {| class="wikitable" |+ Caption text |- ! Header text !! Header text |- | b || make new ball |- | > || move ball forward |- | < || move ball backward |- | S || when a ball enters it switches the direction |- | _ || stops ball from falling |- | . || Nop |} ==Programs== ===Truth-machine=== b. ><")
- 16:23, 31 December 2025 Book (hist | edit) [4,031 bytes] Yoyolin0409 (talk | contribs) (Created page with "'''Book''' is an esolang by User:yoyolin0409. Its inspiration comes from various books. God knows how it works. I just randomly messed around with some stuff. ==Instructions== {| class="wikitable" ! Instruction ! Description |- |001234567891011121314151617181 |Start |- |920212223242526272 |End |- |8293031323334353637D |Change Direction |- |HCPEMZVAYEN |Random Direction |- |FOVRNDHLUSGYEHFGCKVSWOPLN |Skip |- |MAZXRDBC |Conditional Skip |- |JKDEBFMKDKSFHVCGSZDKDHFHCBDY...")
- 15:58, 31 December 2025 Crushed Stax (hist | edit) [1,478 bytes] GolferHome (talk | contribs) (Created page with "== Crushed Stax == In short, Crushed Stax is 7-bit version of PackedStax, to remove the reductant 1 in most significant bit in each byte. First, the code should be turned to a binary stream, then grouped into 7-bit groups, then a 1 will appended in start of each group and then interpreted as PackedStax. Since in most times, the amount of bits in 7-bit ASCII is not divisible by 8, the interpreter should automatically detect remainder bits in end and ignore them. === I...")
- 12:48, 31 December 2025 中文(繁體,台灣) (hist | edit) [7,614 bytes] Yoyolin0409 (talk | contribs) (Created page with "'''中文(繁體,台灣)''' is also called Chinese Taiwan by User:yoyolin0409 == Syntax == The syntax is coming. {| class="wikitable" |+ Syntax |- ! Chinese !! Pseudo-Code |- | 輸出 something || print(something) |- | 輸入 something[,提示為--prompt] || input(something[, __prompt]) |- | 如果 expression 則: || if(expression) |- | 否則: || else |- | 否則 如果 expression 則: || elif(expression) |- | 重複執行 num 次 || for(i in range(...")
- 11:52, 31 December 2025 Smasnug 🕳️ABrainFIsHCHIHqFRSI9efuck+-~B2D (hist | edit) [8,025 bytes] Yoyolin0409 (talk | contribs) (Created page with "'''Smasnug 🕳ABrainFIsHCHIHqFRSI9efuck+-~B2D''' is an esolang by User:Yoyolin0409. The inspiration came from "HQ9+" and its various enhanced versions.")
- 10:59, 31 December 2025 NoE (hist | edit) [5,659 bytes] Yoyolin0409 (talk | contribs) (Created page with "'''No''' is an solang by Usr:yoyolin0409(actually is User:yoyolin0409 lmao). Its inspiration cam from the absnc of th "" W wantd to s what would happn if all writing systms lost this most common symbol. As you can s, the prcding text was difficult to rad.(But Googl Translat can translat almost vrything; I don't know how it dos that.) This pag is actually a complete copy of the "Brainfuck" pag. {{Distinguish/Confusion|BRaInFUCK|Brianfuck|Bra㏌fuck}} :'''''BF'...")
- 03:33, 31 December 2025 @Ping gimmick role (hist | edit) [184 bytes] Akira (talk | contribs) (Created page with "<code>@Ping gimmick role</code> is an esolang created by the <code>#only-ping</code> channel of the Bale of Esoturtles Discord server.")
- 01:02, 31 December 2025 Hair (hist | edit) [2,153 bytes] A() (talk | contribs) (Created page with "Have ever wanted your code to look like a hair style? Well now you can! ==Commands== {| class="wikitable" |+ Caption text |- ! cmd !! |- | ( || move forward any random amount |- | ) || move backward any random amount |- | / || inc cell |- | \ || dec cell |- | { || inc accumulator |- | } || dec accumulator |- | l || set cell to accumulator |- | - || set accumulator to cell |- | [ || jump to random ] if cell doesn't equal accumulator |- | ] || |- | = || print...")
- 23:34, 30 December 2025 Arra (hist | edit) [1,596 bytes] Buckets (talk | contribs) (Created page with "Arra is an esoteric Programming language Created by User:Buckets in 2021. Every cell Starts with a Number Of 1 to start. {| class="wikitable" |- ! Commands !! Instructions |- | >m || Move the m cells backwards And Deletes them To add them Forwards But reversed. |- | n> || Move the m cells Forwards and Deletes Them to Add Them backwards but Reversed. |- | { || Goto The cell number<sup>th</sup> <nowiki>|</nowiki> Ahead from this Command. |- | <nowiki>|</nowiki> || If...")
- 19:58, 30 December 2025 Backtick (hist | edit) [2,515 bytes] Splot-dev (talk | contribs) (Created page with "{{infobox proglang |name=Backtick |author=splot.dev (User:Splot-dev) |year=2025 |class=Turing complete |refimpl=[https://codeberg.org/splot-dev/backtick-lang Backtick on Codeberg] |files=<code>.backtick</code> }} = Backtick = Backtick is a programming language that is interpreted, dynamically typed and procedural, and is written in Python. Backtick was invented by [https://splot.dev/ splot.dev], and can be found [https://codeberg.org/splot-dev...")
- 18:27, 30 December 2025 Slug+ (hist | edit) [255 bytes] A() (talk | contribs) (Created page with "Slug+ is a modification of Slug that is Turing Complete. ==New commands== .jump \n ; jumps .jumpif @b, \n ; jump condition ==Programs== ===Truth-machine=== 1 n: .in 2 b: ~@n = n 3 n .out 4 .jumpif @b, \3")
- 17:52, 30 December 2025 Slug (hist | edit) [1,035 bytes] A() (talk | contribs) (Created page with "Slug is a programming language which can only do things a finite number of times, meaning that you can't make infinite loops. Slug also needs to be compiled. ==Syntax== You can store values in lines. Like this: 1 #0 Line one has the value of 0. You can also store strings in lines: 1 "Hello world" You can label lines using the ':' command. 1 str: "Hello world" To print you use the .out command: 1 "Hello, world" .out But what if we want to print a variable, how do...")
- 16:15, 30 December 2025 Hidden in those 301 years (hist | edit) [1,966 bytes] Yayimhere2(school) (talk | contribs) (Created page with "'''Hidden in those 301 years'''(HT3Y), is an esoteric programming language created by User:Yayimhere, with the goal of being Turing complete, while also not having any characters repeating in a program. == Syntax == HT3Y uses '''tokens'''. A token is a bracket surrounded string. A group of tokens with the same length ''n'', is called a group over length ''n''. Every program made up of these tokens follow these rules: * No token may repeat. * No token in a group over...")
- 14:44, 30 December 2025 RBN (hist | edit) [464 bytes] ↑ (talk | contribs) (Created page with "'''RBN''' (not an acronym for anything) is an esolang made by User:↑. == Commands == X > Y adds X to Y. X = Y sets X to Y. == Truth machine == <pre> IN > A A > B A > C C > B 7 > B IP = B 0 > OUT IP = END 1 > OUT IP = 9 </pre> == See also == * Thue, inspiration Category:Languages Category:2025")
- 12:27, 30 December 2025 All Random (hist | edit) [142 bytes] Yoyolin0409 (talk | contribs) (Created page with "'''All Random''' is a esolang by User:Yoyolin0409. It's Python, but everything is written in a randomized programming language (or something else). ==Instruction== {| class="wikitable" |+ interpreter |- ! Original Text !! Revised |- |python3.14(Installation instruction) |Shorter code Burn3.14 |- |end-of-file(Unix is Control-D; Windows is Control-Z) |Multiverse time travel(from Brain4Ever) |- |quit() |o one would have believed in the last years of the nineteen...")
- 09:54, 30 December 2025 NEIQ (hist | edit) [1,549 bytes] Yayimhere2(school) (talk | contribs) (Created page with "'''NEIQ''' is a modification on NameError without a quine with a quine without a quine with a quine without a quine with an iterating quine, in which the iterating quine actually works. Simply, NEIQ reinterprets its output. It also has a special feature that if a program has multiple lines, then the output of those lines as programs are outputted one by one, before that itself is reinterpreted. == Example == The program: secret quine code initially prints: Cut it o...")
- 02:12, 30 December 2025 Zero: Zero; Zero! (hist | edit) [251 bytes] A() (talk | contribs) (Created page with "A stupid esolang, by User:A() ==Commmands== {| class="wikitable" |+ Caption text |- ! Header text !! Header text |- | zero: || int zero |- | zero; || statement, nop, op |- | zero! || whatever. |} ==Rules/syntax== Always start program with "zero:"")
- 22:59, 29 December 2025 Quate (hist | edit) [1,092 bytes] Buckets (talk | contribs) (Created page with "Quate is an Esoteric Programming language created by User:Buckets In 2021. {| class="wikitable" |- ! Commands !! Instructions |- | * || Push third Top value * -2. |- | ! || Goto Coordinates 0, 0. |- | < || If the Second Top value has A negative Or Positive sign, Copy it To The top value's Sign. |- | % || Pop the top Two Values and Push their Average. |- | & || Push current Direction, 0 being Directly Upwards. |- | 3 || Pop two Values, Print the Smaller one In ASCII....")
- 14:13, 29 December 2025 SetIncrementor (hist | edit) [2,636 bytes] I am islptng (talk | contribs) (Created page with "<b>SetIncrementor</b> is an esolang derived from SETANDCOUNT, made by islptng. == Data format == This esolang operates on a set(sorted) of positive integers. == Syntax == A list of tokens separated by spaces. If it is a number N, it increments the Nth number in the set. If the set's size is even less than N, it increments all the numbers and add 1 into the set. If it's something inside a brackets <code>[x]</code>, it's a label and does nothing on its own. If it's...")