New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 17:53, 2 October 2025HolyFuck (hist | edit) ‎[885 bytes]WebNiko (talk | contribs) (Created page with "== HollyFuck == '''Creator:''' WebNiko (april7w7 in github) '''Year:''' 2025 '''Type:''' Esoteric / interpreted '''Description:''' Language that mixes Brainfuck and Holy-C with funny commands. === Commands === * fuckint <name> = <value or Brainfuck inline> ; // declare variable * printhishit(<name>) ; // prints character from variable * gimmefuck(<name>) ; // reads character from keyboard * fuckadd(a,b), fucksub(a,b), fuckmul(a,b), fuckdiv(a,b) ; // arithmetic operation...")
  • 08:55, 2 October 2025Incomplete BrainFuck (hist | edit) ‎[736 bytes]Jk.NDC (talk | contribs) (Created page with "'''Incomplete BrainFuck''' is made by User:Jk.NDC to be functional almost exactly like brainfuck, except it is turing incomplete. This is achieved via limiting the machine to only do a maximum of 1.2696403e+73 operations or 55!(factorial), making it practically unchanged, yet definitely incomplete. This also allows for a complicated halting problem solution, which is shown in python below; <pre> Halt=True </pre> Category:Languages Category:2025 Catego...")
  • 02:30, 2 October 20250 bits, an eight byte (hist | edit) ‎[675 bytes]Tommyaweosme (talk | contribs) (Created page with "0 Bit, an eight byte is an assembly language for a 0-bit CPU, made by user:tommyaweosme. With 1/8 byte of memory, this machine could store 1 instruction. == Commands == {| class="wikitable" |- ! Command !! Name !! Meaning |- | � || END || END. Print the entire memory as bits and end the program. |} == Examples == === All possible programs === � -> � === Quine === � == Interpeter in Javascript == function zbaeb(x){ if (x == "�"){ return("�") } el...")
  • 20:35, 1 October 2025Iterate/Math (hist | edit) ‎[3,819 bytes]Aadenboy (talk | contribs) (Created page with "{{Back|Iterate}} == Arithmetic == === A + B === <pre> *A< (1*)<> > // increment L1 *B< (1*)<> > // increment L1 again </pre> === A - B === Note: Results lower than one will not output anything. <pre> *A< (1*)<> > // L1 = A *B< // decrement L1 by one B times $2 *=1< // store L1-1 in L2 *~n< (2*)<> > // ~n acts as L1-1 ! > $1 *=2< (1*)<> > // copy from L2 to L1 > </pre> === A * B === <pre> *A< *B< (1*)<> // visited A*B tim...")
  • 18:16, 30 September 2025LIMITED (hist | edit) ‎[5,644 bytes]DadoDev (talk | contribs) (Created Page)
  • 10:23, 30 September 2025N3STS (hist | edit) ‎[951 bytes]JIT (talk | contribs) (Created page with "N3STS is an esolang by User:JIT, 2025 ''"What if brainfuck but nests?"'' -User:JIT, 2025 {| class="wikitable" |+ nests! |- ! nest binary number !! BF commands |- | 000 || > |- | 001 || < |- | 010 || + |- | 011 || - |- | 100 || . |- | 101 || , |- | 110 || [ |- | 111 || ] |} here's what its referring to: ()()() what might be placed inside of these nests? more nests! then after the main nest is complete, it goes inside the nests and runs those, if t...")
  • 15:21, 29 September 2025-2147483648 bytes .-. (hist | edit) ‎[4,385 bytes]TheBigH (talk | contribs) (Page creation)
  • 05:38, 29 September 2025Siyu (hist | edit) ‎[1,251 bytes]None1 (talk | contribs) (Created page with "'''Siyu''' (Pinyin of Chinese word 死鱼 meaning dead fish) is an esolang invented by User:None1. It is a deadfish derivative. ==Commands== {| class="wikitable" |- ! Command !! Corresponding Chinese word !! Meaning |- | z || zeng jia 增加 (increase) || Increment the accumulator |- | j || jian shao 减少 (decrease) || Decrement the accumulator |- | p || ping fang 平方 (square) || Square the accumulator |- | s || shu chu 输出 (output) || Output the accumul...")
  • 02:00, 29 September 2025Smoothbrain (hist | edit) ‎[6,998 bytes]Ashli Katt (talk | contribs) (Create page)
  • 19:04, 28 September 2025Adeco (hist | edit) ‎[2,504 bytes]Zinnia Glean (talk | contribs) (Created page with "Adeco is a two-dimensional stack-based esoteric programming language by User:Zinnia Glean, it is supposed to represent beaded house decoration, and is read from top to bottom. {{infobox proglang |name=Adeco |author=User:Zinnia Glean |year=2020 |dimensions=Two-dimensional |class=Unkown |files=<code>.adeco</code> }} <span id="semantics"></span> == Semantics == <span id="lines"></span> === Lines ===...")
  • 15:28, 28 September 2025Finder (hist | edit) ‎[1,497 bytes]ChuckEsoteric08 (talk | contribs) (Created page with "'''Finder''' is a Stack-based esolang created by User:ChuckEsoteric08 in which every program is a binary string. ==Description== There is a single unbounded stack made out of unbounded values. Each loop has it's own index. Both the stack values and loop indexes are represented as <code>x</code> which is a string of 1's which length represents a number. There are only two commands: *<code>0x0</code> - push <code>x</code> to the stack *<code>x0</code> - starts and...")
  • 14:44, 28 September 2025Nio (hist | edit) ‎[5,110 bytes]Zinnia Glean (talk | contribs) (Created page with "{{infobox proglang |name=Nio |author=User:Zinnia Glean |year=2025 |dimensions=One-dimensional |class=Turing complete |files=<code>.nio</code> }} Nio is User:Zinnia Glean's reboot of the Turing Complete stack-based esoteric programming language nori.io The interpreter reads the program left-to-right, character per character, and always moves right. <span id="commands"></span> == Commands == The interpreter i...")
  • 13:46, 28 September 2025Subject-159 (hist | edit) ‎[71 bytes]DaCoder9000 (talk | contribs) (Created page with "Hello! This is my first esolang! More to come, but I'm developing it!")
  • 07:43, 28 September 2025MovLang (hist | edit) ‎[3,785 bytes]Sulphuris (talk | contribs) (Created page with "''' {{infobox proglang |name=MovLang |paradigms=imperative |author=Sulphuris |year=2024 |typesys= |memsys=Cell-based |dimensions=one-dimensional |class=Turing complete |refimpl=[https://github.com/Y-Sulphuris/Movlang Movlang JBC compiler] |majorimpl= |dialects= |influence=Assembly, [https://github.com/Battelle/movfuscator Movfuscator (not a language)] |influenced= |...")
  • 15:05, 27 September 2025Bitmap (hist | edit) ‎[4,897 bytes]Mia Boudreau (talk | contribs) (Created page with "'''Bitmap''' is a computing system by Esolang wiki user User:Mia Boudreau that performs computations by mapping bits. == System explanation == Since <math>2</math> base-<math>2</math> digits can form <math>2^2 = 4</math> possible numbers, any bitwise operation with two inputs and one output can be described as a <math>4</math>-bit number. For example, <math>6_{10} = 0110_2</math>, so <math>0 = 0, 1 = 1, 2 = 1, 3 = 0</math>, which is equivalent to a XOR gate. App...")
  • 03:50, 27 September 2025Enchantment (hist | edit) ‎[1,080 bytes]RainbowDash (talk | contribs) (Totally rad)
  • 19:26, 26 September 2025WtE,teplw! but actually usable (hist | edit) ‎[1,274 bytes]Ϫ (talk | contribs) (Created page with "'''''WtE,teplw! but usable''''' is a variant of WtE,teplw! that can actually be coded in. ===Commands=== {| class="wikitable" |- ! Word !! Old meaning !! New meaning |- | Welcome || Print "Hello, World!" and a newline. || Print "Hello, World!". |- | to || Print the Esolang Wiki Main Page URL. || Print a newline. |- | Esolang || Print "Esolang Wiki" and a newline || Set a jump point. Jump point ID is made by using multiple Esolangs in front of each other. |- | the |...")
  • 15:00, 26 September 2025ZYXBasic (hist | edit) ‎[5,638 bytes]Marcel364 (talk | contribs) (pretty much everything)
  • 13:14, 26 September 2025Deletion log (hist | edit) ‎[1,268 bytes]MihaiEso (talk | contribs) (Created page with "'''Deletion log''' is a esolang by Mihai Popa, after Ais523 deletes pages. == Command list == {| class="wikitable" |+ Caption text |- ! Header text !! Header text |- | Deletion log || Starts the program |- | Deleted || Ends the program |- | <code>#</code> || Switches the mode from 1D to 2D |- | <code>+</code> || Adds 1 to the stack |- | <code>-</code> || Subtracts 1 from the stack |- | <code>^[value]</code> || Adds the value specified to the stack |- | <code>~[value]</c...")
  • 10:21, 26 September 2025Nothing Of-course, Timeless Hitchhikes In New Gardens (hist | edit) ‎[523 bytes]Jk.NDC (talk | contribs) (Creation and Completion)
  • 09:49, 26 September 2025Isec TC proof (hist | edit) ‎[359 bytes]U (talk | contribs) (Created page with "All x=1x, and x+y=1x+1y. So as that, multiplication(set of self addition) is also here. So as even integer memory measuring naturally, local nega/positivity is a path to use memory, what determining by memory mean. So as it, set of additions is leading to inversion. So as it, if x and y>0, x-y=-(lower memory limit+(-lower memory limit-x)+y). If x<0, x-y=-(-x+y). Multiplication and addition is here. Division on 2 is doing automatically, and division on 2^x is getting from...") originally created as "Why isec is turing swamp?"
  • 18:26, 25 September 2025Settheorysucksandassuchisgreatforesolangs (hist | edit) ‎[546 bytes]Ϫ (talk | contribs) (Created page with "'''Settheorysucksandassuchisgreatforesolangs''', or just '''''STSAASIGFE''''', is an esolang designed by ~~~ based around set theory. === Commands === {| class="wikitable" |- | .[n] || Creates [n] as an empty set. All set names must be a unique combination of letters. |- | [a]>[b] || Puts set [a] and all its contents into set [b]. |- | [a]-[b] || Removes all elements from set [a] that are also in set [b]. |- | Example || Example |- | Example || Example |- | Example || Ex...")
  • 18:19, 25 September 2025Sqrt(x) (hist | edit) ‎[3,742 bytes]Why027 (talk | contribs) (Created page with "'''Sqrt(x)''' may be one of the hardest esolangs. == Introduction == User:Why027 made this language on 21th century's Square day, in an attempt to make the hardest esolang. Sqrt(x) is a Cell-based one-dimensional esoteric programming language. Why did he try to make it, We do not know. {{infobox proglang |name=brainfuck |paradigms=imperative |author=User:Why027 |year=2025 |memsys=Cell-based |dimensions=one-dimension...")
  • 09:58, 25 September 2025FFS (hist | edit) ‎[4,149 bytes]Superscary (talk | contribs) (Created page with "= FFS (programming language) = FFS (short for For Fuck’s Sake) is an esoteric programming language designed as a spiritual successor to Brainfuck. It was created to retain the extreme minimalism of Brainfuck while addressing many of its usability frustrations. FFS expands on the original with additional operators, syntactic sugar, explicit debugging tools, and defined semantics for previously ambiguous behavior. Although it is a parody language, FFS has been described...")
  • 09:29, 25 September 2025Wuht (hist | edit) ‎[10,873 bytes]Jk.NDC (talk | contribs) (TBD)
  • 00:10, 24 September 2025Haskell (hist | edit) ‎[344 bytes]WarzokERNST135 (talk | contribs) (Redirected page to wikipedia:Haskell) Tag: New redirect
  • 22:41, 23 September 2025Newtons! Buts (hist | edit) ‎[309 bytes]WarzokERNST135 (talk | contribs) (Created page with "'''Newtons! Buts''' is an esolang made by WarzokERNST135. Its commands are as follows: * N: adds 1 * E: subtracts 1 * W: gets input * T: prints output (number) * O: prints output (ascii) * S: start loop bracket * !: ends loop bracket * B: adds 10 * U: adds 100 == Accumulative infinite loop == NSN!")
  • 12:03, 23 September 2025A-Skii (hist | edit) ‎[6,668 bytes]Bits bytes (talk | contribs) (Created page with "A-Skii is an esolang that has heavy inspiration from A very minimal esolang with a very few amount of instructions. It has a command for every printable ASCII character. This language is turing complete beacuse it can simulate Brainfuck which is turing complete == Commands == {| class="wikitable" |+ Commands |- ! Character !! Function |- | ! || Push "!" onto the character stack |- | " || Print a random movie quote |- | # || Pop the top value of the character stac...")
  • 11:09, 23 September 2025Isec (hist | edit) ‎[135 bytes]U (talk | contribs) (Created page with "isec is an PL with 1 op of memory incrementation. At last, memory'll divided into 2. isec interpreter on BF(instead of op was accepted BF-incrementation, at start must stay needable number of +) is a [-->+<].")
  • 15:54, 22 September 2025ArrowQueue (hist | edit) ‎[1,772 bytes]ChuckEsoteric08 (talk | contribs) (Created page with "{{Stub}} '''ArrowQueue''' is a two-dimensional esolang created by User:ChuckEsoteric08 inspired by Re:direction ==Specification== '''ArrowQueue''' uses a single queue which stores Instruction Pointer's direction. There are following commands: * - turn Instruction Pointer (IP) clockwise ~ - enqueue current direction + - dequeue element from the queue and set direction to it Other characters are ignored. Program halts when it tries to dequeue from an empty queue...")
  • 14:03, 22 September 2025TDQ (hist | edit) ‎[1,606 bytes]ChuckEsoteric08 (talk | contribs) (Created page with "'''TDQ''' (or '''Turing DQ''') is an extension of DQ created by User:ChuckEsoteric08. ==Additions== Operations are now executed in sequential order. There are now four stacks, which could be seen as registers. Registers are named ''a'', ''b'', ''c'' and ''d''. Command <code>D</code> has changed it's meaning since it was equivalent to <code>1</code>. {| class="wikitable" |- ! Command !! Description |- | <code>xy</code> || execute command <code>y</code> on stack <...")
  • 02:54, 22 September 2025Fingerfuck (hist | edit) ‎[2,343 bytes]EvilRodentOfEVil (talk | contribs) (Created page with "Fingerfuck is a poor quality esoteric programming language inspired by qo and brainfuck, made my EvilRodentOfEvil")
  • 18:24, 21 September 2025Msimsismikiamoanwkwjwkaks k ks.akalekwkzjskskaklsjsa (hist | edit) ‎[2,177 bytes]IHaven'tComeUpWithANameYet (talk | contribs) (Created page with "'''Msimsismikiamoanwkwjwkaks k ks.akalekwkzjskskaklsjsa''' is the dumbest and the hardest esoteric programming language. '''Msimsismikiamoanwkwjwkaks k ks.akalekwkzjskskaklsjsa''' may seem complicated due to its character sets as commands and name. ==Commands== {| class="wikitable" !command!!description |- |<code>IncEMEmesiCREeyejStStslkdjdkhdksiRWRRWRWRWRWRRWRWRFWFWFksksjskhsishsiueksujsjsjsiusisueujejejejSnsAAAAAfjfjjfjfjfjjfmfjjf93783hmc83kkx9dkd9dkdnkjodk9d9k9idj...")
  • 17:24, 21 September 2025Linefeed (hist | edit) ‎[314 bytes]IHaven'tComeUpWithANameYet (talk | contribs) (Created page with "''''Linefeed''' is esoteric programming language to output linefeed and some other non-printable and non-visible characters ==Commands== {| class="wikitable" !Command!!Description |- |lf||output linefeed |- |tab||output tab |- |bs||output backspace |- |del||output del |} ==Interpreter in python== {{WIPsec}}")
  • 16:39, 21 September 2025Globe (hist | edit) ‎[13,644 bytes]Ais523 (talk | contribs) (new language – I'm not sure this is finished but thought I'd post this so that people see where my thoughts are so far)
  • 00:57, 21 September 2025Everyday (hist | edit) ‎[1,646 bytes]Tommyaweosme (talk | contribs) (Created page with "Everyday is a program created by User:Tommyaweosme, following in the trend of making new esolangs after an Esolang page of the same name gets deleted. == Control flow == Programs are run every day. A maximum of one command can be placed each day. It will always run at the same time it was made on each day. It also has time control powers, but not to the next or previous day. There can only be one program per machine at a time. A program can be reset, but program cr...")
  • 23:34, 20 September 20250. Or 1 (hist | edit) ‎[284 bytes]IHaven'tComeUpWithANameYet (talk | contribs) (Created page with "'''0. Or 1''' is not related to 0, nor 1. It somewhere related to Love, or deadfish, idk ==Commands== {| class="wikitable" !Command!!Description |- |0.||Decrement |- |1||Increment |- |Or||Output |} ==Interpreter== ===Python=== {{WIPsec}} <!--i will write it later.--->")
  • 23:14, 20 September 2025Fruit (hist | edit) ‎[1,000 bytes]IHaven'tComeUpWithANameYet (talk | contribs) (Created page with "'''Fruit''' is esoteric programming language that uses fruits names as commands ==Commands== {| class="wikitable" !Command!!Description |- |Apple||Increment |- |Banana||Decrement |- |Watermelon||Output the accumulator as ASCII |- |Melon||Output the accumulator as number |- |Durian||Halt |- |Cherry||Quine |- |Kiwi||Hello, World! |- |Limon||Squaring |- |<nowiki>|</nowiki>||delimiter |} Fruit ignores case, so you can write ApPLe, etc. ==Interpreter== ===Pytho...")
  • 22:32, 20 September 2025A=ab=bc=cd=d! (hist | edit) ‎[2,480 bytes]Aadenboy (talk | contribs) (language "inspired" by all of the name = command languages. absolutely TIRED of them. please be creative. HQ9+ was a one-time joke not a standard)
  • 21:47, 20 September 2025ТРАХАТЬ РОТ (hist | edit) ‎[1,427 bytes]IHaven'tComeUpWithANameYet (talk | contribs) (Created page with "'''ТРАХАТЬ РОТ''' ''(it will be FUCK MOUTH in english)'' It's somewhat similar to small. ТРАХАТЬ РОТ uses the ТРАХАТЬ and РОТ commands. ==Commands== {| class="wikitable" !Command!!Description |- |ТРАХАТЬ||increment acc |- |РОТ||Output acc as ASCII |} I don't know if the delimiter counts as a command, but the delimiter here is ' '. Not '|' or anything like that. ==Interpreter== ===Python=== <pre> code = input() tokens = code....")
  • 20:36, 20 September 2025DEA FIS (hist | edit) ‎[737 bytes]IHaven'tComeUpWithANameYet (talk | contribs) (Created page with "'''DEA FIS''' is esoteric programming language related to standart variation of Deadfish. DEA FIS using 3-characteric commands. ==Commands== {| class="wikitable" !command!!description |- |INC||Increment |- |DEC||Decrement |- |SQU||Square |- |OUT||Output |- |HAL||(optional) halt |} ==Interpreter== ===Python=== <pre> code = input() tokens = code.split() acc = 0 for token in tokens: if token == "INC": acc += 1 elif token == "DEC": acc -= 1...")
  • 20:16, 20 September 2025If a==1: (hist | edit) ‎[696 bytes]IHaven'tComeUpWithANameYet (talk | contribs) (Created page with "{{stub}} '''If a==1:''' is esoteric programming language, where program ends correctly, if a==1, but if a!=1, program outputs f"ERR: {a}". ==Commands== {| class="wikitable" !command!!description |- |<nowiki>+</nowiki>||inc |- |<nowiki>-</nowiki>||dec |- |.||o |} Dont confuse commands with BittyLang ==Interpreter in python== {{WIPsec}}")
  • 19:55, 20 September 2025Colory (hist | edit) ‎[533 bytes]IHaven'tComeUpWithANameYet (talk | contribs) (Created page with "{{Stub}} '''Colory''' is useless esoteric programming language outputs colors and its names ==Commands== {| class="wikitable" !Command!!Description |- |r||red |- |o||orange (It's problematic, so this command is not used. ) |- |y||yellow |- |g||green |- |l||light blue (but here its cyan) |- |b||blue |- |v||Violet (but here its magenta) |- |w||White |- |.||black (i use . bcs b is already using by blue) |} ==Interpreters== ===Python (you must install colorama!) (hasnt o)===...")
  • 18:38, 20 September 2025Am I? (hist | edit) ‎[807 bytes]IHaven'tComeUpWithANameYet (talk | contribs) (Created page with "{{infobox proglang |name=Am I? |author=User:IHaven'tComeUpWithANameYet |year=2025 |majorimpl= }} {{Stub}} '''Am I?''' is joke language thats randomly outputs '''yes''' or '''no'''. ==Commands== {| class="wikitable" ! !!Output it with LF!!Output it without LF |- !Standart |<code>O</code>||<code>o</code> |- !A!&!A variation |<code>A</code>||<code>!</code> |- !small variation |<code>+</code>||<code>.</code> |} ==Why esolang name is "Am I?"?<br>Why not "Yes/No...")
  • 17:46, 20 September 2025Fucking Assembly Geniusness (hist | edit) ‎[3,420 bytes]MiloIzVannoy (talk | contribs) (Created page with "{{stub}} {{wrongtitle|title=FAG}} '''Fucking Assembly Geniusness''' is a brainfuck extension and esoteric programming language designed by User:MiloIzVannoy in 2025. It is designed to be a practical low-level language while retaining the soul-crushing difficulty of its predecessor. The language's name is a humorous backronym chosen in the tradition of esolang naming; it is intended purely for fun and not meant to cause offense. == Overview == FAG is based on br...")
  • 14:15, 20 September 2025StarPL (hist | edit) ‎[11,337 bytes]PrySigneToFry (talk | contribs) (Created page with "StarPL is a programming language designed by PSTF. = Overview = StarPL is a programming language that is very strong and easy to learn. It was inspired by Zig and Python. = Our First Program = <pre> use STDIO.SLB let namespace <- std; proc main start print("Hello, world!"); main end </pre> This program should having this output on console: <pre style="color:white;background:black;"> Hello, world! </pre> = Basic Syntax = == Data types == We use "var" for variable, an...")
  • 12:58, 20 September 2025User:Flicknut8 (hist | edit) ‎[111 bytes]Flicknut8 (talk | contribs) (→‎User) originally created as "Flicknut8"
  • 10:23, 20 September 2025DNA-Script (hist | edit) ‎[4 bytes]EiroWarn (talk | contribs) (Creating Tests)
  • 07:15, 20 September 2025Primepocalypse (hist | edit) ‎[1,223 bytes]ChuckEsoteric08 (talk | contribs) (Created page with "'''Primepocalypse''' is a derivative of Brainpocalypse II by User:ChuckEsoteric08. ==Commands== There are two accumulators, called A and B. A is set to 0 and B is set to 1 {| class="wikitable" |- ! Command !! Description |- | <code>+</code> || Increment A. |- | <code>%</code> || Multpiply B by A and store it in B. A is set to 0. |- | <code>_</code> || If B is not divisible by A multiply it by A and move command pointer to the start. Else divide B by A. In either...")
  • 21:59, 19 September 202512 (hist | edit) ‎[1,865 bytes]IHaven'tComeUpWithANameYet (talk | contribs) (Created page with "'''12''' isn't 11, 10, etc.. 12 just has 12 commands. ==Commands== {| class="wikitable" !command!!description |- |<code>+</code>||increment |- |<code>-</code>||decrement |- |.||output (as number) |- |,||output (as ASCII) |- |*||multiply by 2 |- |^||square |- |/||divide by 2 |- |x||change accumulator to XKCD Random Number |- |o||zero accumulator |- |g||change accumulator to googol |- |n||change accumulator to 99 |- |@||halt |} ==Interpreter== ===Python=== <pr...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)