We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
New pages
Jump to navigation
Jump to search
- 11:04, 6 June 2026 Sprh (hist | edit) [5,579 bytes] LargeHardTech (talk | contribs) (Created page with "这是一个适合在Esolang Wiki上添加的sprh介绍词条,你可以把它直接复制粘贴到你的页面里,并做一些简单调整: --- SPRH is an esoteric programming language designed by LargeHardTech in 2025. The name stands for **S**low (interpreted execution, feeling each step of change), **P**oor Readability (poor code readability, challenging the mind), and **H**ard (hard to program, implementing complex logic with minimal commands). It is inspired...")
- 11:01, 6 June 2026 Colours (hist | edit) [1,204 bytes] ASCIIguy (talk | contribs) (Created)
- 10:55, 6 June 2026 NAND (hist | edit) [3,580 bytes] АРЕЙ (talk | contribs) (Page created.)
- 10:35, 6 June 2026 Comma (hist | edit) [3,048 bytes] ASCIIguy (talk | contribs) (Created page with "comma (always lowercase) is an assembly language for a 4-bit fantasy chip known as the COMM4. == Registers and RAM == comma has access to 256 bytes of RAM, though this does not limit program size as the program is stored in ROM; this means it cannot be changed. Although opcodes are 4 bits wide, the registers A, X, and Y, are 8 bits wide and so are their arguments. When compiling (example: add a, 03), A becomes 0h, X is 1h, and Y is 2h. Hence, the example instruction com...")
- 09:49, 6 June 2026 INT/Examples (hist | edit) [746 bytes] ASCIIguy (talk | contribs) (Created page with "Hello World: V"Hello world!" 99 Bottles of Beer: ?b99*>b0[^b" bottles of beer on the wall."]-0 Quine: ^^ Factorial: ~f.x[?c1*<cx[*xc]-x] Digital Root (non-cheating): Vx*%/x9- Digital Root (cheating 1): Vx%x- Digital Root (cheating 2): %V- Infinite Loop 1: $^ Infinite Loop 2: *=AA[+]- Truth Machine: /=x0[^0-]*=1x[^1]- Addition and Output: ?x2^x-x Cat 1: ?xV^x- Cat 2: ^V- Infinite Cat: $^V^ Sign Check: ?xV/=x0[^"Z"-]/>x0[^"P"-]^"N"- Fizzbuzz 1...")
- 08:07, 6 June 2026 Livingfish (hist | edit) [2,031 bytes] ASCIIguy (talk | contribs) (Created page with "'''Livingfish''' is an esolang based on Deadfish, but it is designed for golfing and has had more capabilities added to it. For example, input in Deadfish does not exist but it does in Livingfish. == Syntax and Features == Whitespace does not matter in Livingfish and commands may be on one line, spaced out like regular code, or made into any shape. All Deadfish programs are functional in Livingfish, and backwards compatibility is required to make sure that programs...")
- 07:30, 6 June 2026 Shelflife (hist | edit) [11,086 bytes] Mrsommer (talk | contribs) (Page init)
- 14:25, 5 June 2026 Tableria (hist | edit) [1,950 bytes] Miui (talk | contribs) (Created page with "Tableria is an esolang based on using arithmetic intermediate representation tables as a field. There is a table of fieldlets (blobs) which interpret code. ==Table== {| class="wikitable" |+ Caption text |- ! Index !! Fieldlet !! Code |- | 1 || frameless || a |- | 2 || frameless || b |- | 3 || frameless || c |- | 4 || frameless || d |- | 5 || frameless || e |- |...")
- 13:13, 5 June 2026 Ff.f (hist | edit) [473 bytes] Danieland! (talk | contribs) (Created page with "ff.f is a esolang that uses . and f and / and other stuff for coding inspiered in computer disks this is line based comments use @ <pre> + ff.f @ creates a variable called ff.f , variable names must have dots -a ff.f ; @ creates a loop that replaces print with set ff.f to something ! hello, world! @ print , replaced by set f.ff to something cus the loop ;; @ loop end , this loop runs once ! {ff.f} @ print a variable using {} @ thats all for version 0.0.1 </pre>")
- 22:30, 4 June 2026 IndXd (hist | edit) [1,302 bytes] Notxnorand (talk | contribs) (Created page with "= indXd = thumb indXd is an esoteric programming language made by Notxnorand on 6/4/2026 about indexing. indXd uses a global list for every single value. This list contains every integer from 0 to the length of the list minus 1. indXd also has a global truth value that is set to false on run. == Commands == indXd has 11 commands. * print : 'print' is a function that takes in integers and prints the Unicode characters from the index of the global list...")
- 21:02, 4 June 2026 Liquiplex (hist | edit) [2,069 bytes] CodePentuplets48 (talk | contribs) (Created page with "'''Liquiplex''' is a turning tarpit designed by User:CodePentuplets48 which uses 3 wheels rather than just 1. Each wheel has 24 cells inside, and one is for data, the second is for control flow management, and the third stores extra code to be looped over (''storage''). The commands are: {| class="wikitable" |+ Commands |- ! Instruction !! Meaning |- | \ || Switches the direction of the data wheel. |- | [ || Decrement the current cell on the data w...")
- 05:45, 4 June 2026 Cath (hist | edit) [1,391 bytes] Timm (talk | contribs) (Created page with "coming soon {{made|Timm}}")
- 06:12, 3 June 2026 漢字 (hist | edit) [719 bytes] ASCIIguy (talk | contribs) (Created page with "'''漢字''' is a golfing esolang based on the Chinese language. It uses a stack and functions to store numbers. == Instructions == 加 - Addition. 减 - Subtract. 乘 - Multiply. 除 - Division. 按 - Push. 拿 - Pop. 输出 - Print. 输入 - Input. 令 - Assign. 循环 - While. 若 - If. 否则 - Else. 函 - Function. 返 - Return. 开 - Begin block. 末 - End block. 大于 - Greater than. 宁可 - Lesser than. 是 - Equals. 行事 - Execute n times. == Syntax ==...")
- 20:52, 2 June 2026 INT (hist | edit) [2,989 bytes] ASCIIguy (talk | contribs) (Created page with "'''INT''' is a golf language inspired by GolfScript. It's intended to minimise space further, allowing for maximum code per byte. == Command == {| class="wikitable" |+ Caption text |- ! Character !! Argument[s] !! Action |- | ! || int || Logical not. |- | ^ || int || Push. |- | ^ || char || Print. |- | ^ || int, int || Logical xor. |- | V || int || Pop. |- | V || char || Input. |- | . || int || Duplicate on stack. |- | * || int, int || Multiply. |- | * || int |...")
- 20:07, 2 June 2026 ASCIIscript (hist | edit) [1,843 bytes] ASCIIguy (talk | contribs) (Created page with "'''ASCIIscript''' is an imperative, stack-based language based on the concept of a small instruction set created in 2026. Being a small language, it relies upon a small group of commands. Its goals consist of making source code more concise and readable, and hence allowing more code to be written at faster speeds. 100px == Inspiration == ASCIIscript was inspired by aspects of C, Haskell, and lambda calculus. == Computational model == ASCIIscri...")
- 17:03, 2 June 2026 P/O/S/S/I/B/I/L/I/T/Y (hist | edit) [555 bytes] CodePentuplets48 (talk | contribs) (Created page with "{{wrongtitle|title=P/O/S/S/I/B/I/L/I/T/Y}} '''P/O/S/S/I/B/I/L/I/T/Y''' is a esolang family based on these rules: * It ''cannot'' store any prime number. * It gives the error message "No!" every time there is an error. * It ''refuses'' to print anything that does not start with the U+202E character. * It must not be able to print "{U+202E}Hello, world!" * It always solves today's Wordle first. * If a compiler for it is made, it will be devoured immediately. * There is onl...") originally created as "Possibility"
- 18:31, 1 June 2026 ‘a pit-crystal’ (hist | edit) [3,393 bytes] Miui (talk | contribs) (Created page with "A ''pit-crystal'' ("'''pitxtal'''") is a target language for evaluating Crystal-complete thupits. =Interpreter= pitxtal.py <pre>cat pitxtal.py #!/usr/bin/env python3 import random import sys # --- semantics --------------------------------------------------------- # Per-state behaviour: does this state consume, and what base string does it produce? STATE_BEHAVIOR = { # examples – tweak freely 'a': {'consume': True, 'produce': ''}, 'b': {'consum...")
- 14:06, 31 May 2026 EragonLang (hist | edit) [1,131 bytes] Geoff (talk | contribs) (made my idea for an esolang)
- 14:01, 31 May 2026 ~-=+:;@! (hist | edit) [1,479 bytes] Hammy (talk | contribs) (Created page with "{{Wrongtitle|title=~-=+:;@!_}} '''~-=+:;@!_''' is an esolang by User:Hammy made to be an actually usable version of ~-=+. {{Infobox proglang |name=~-=+:;@! |author=User:Hammy |year=Category:2026 |influence=~-=+ |paradigm=Imperative |memsys=Category:Stack-based |dimensions=one-dimensional |files=<code>.tmepcsaeu</code> }} == Commands == {| class=wikitable |+ Commands |- ! Command !! Meaning |- | <code>~</code> || Push the ASCII value of the nex...")
- 12:19, 31 May 2026 Left-Right March/C Interpreter (hist | edit) [8,021 bytes] DigitalDetective47 (talk | contribs) (Created page with "<pre><nowiki> #define _GNU_SOURCE #include <assert.h> #include <ctype.h> #include <inttypes.h> #include <stdbit.h> #include <stddef.h> #include <stdio.h> #include <stdlib.h> #include <string.h> struct { char *content; // Not null terminated! size_t size; } field = {NULL, 0}; struct { char *pos; enum { LEFT = -1, RIGHT = 1, } dir; } field_ptr; uint_fast8_t A; void prog_error(const ch...")
- 11:02, 31 May 2026 Skip-next (hist | edit) [1,100 bytes] Cleverxia (talk | contribs) (create the page)
- 01:10, 31 May 2026 Shampoo (hist | edit) [2,885 bytes] Miui (talk | contribs) (Created page with "Shampoo is an esolang invented by User:Miui. A supply-chain for shampoo production is attacked by shampoo distributors. =Supply chain= A product is composed of camphor oil and chamomile, the label contains a photograph of a tulip. A production facility exists in a central place between a shipyard and a chamomile supplier if a distributor warehouse exists within a range of a tulip supplier. ==Program flow== In Shampoo, supply-chain attacks represent codels and the...")
- 19:33, 30 May 2026 S♯ (hist | edit) [105 bytes] Jar (talk | contribs) (Created page with "ee")
- 19:32, 30 May 2026 S (hist | edit) [0 bytes] Jar (talk | contribs) (Created page with "S is a programming language made by User:Jar, its not done yet and im currently working on formats")
- 07:33, 30 May 2026 Varl (hist | edit) [0 bytes] Kras11 (talk | contribs) (Created page with "varl is my programming language. varl has 3 commands: 2 - end. 3 x - if code element in x position is 0, it will be replaced by 1, and if it is not 0, it will be replaced by 0. 4 x y - if code element in x position is 0, machine going in code on y chars(forward if y>0, else backward). Machine ignores other chars, so it can be 0/1, and you can change this chars. varl interpreter on C(code is c variable in interpreter, write code length in [] instead of 2 and numbers throu...")
- 03:28, 30 May 2026 Khalzanka (hist | edit) [6,109 bytes] PrySigneToFry (talk | contribs) (Created page with "Khalzanka is a programming language designed by PSTF. It's a strong and Turing-complete programming language that operates on both variables and a stack. = Overview = Each Khalzanka program is composed of the following three sections: # Initialization. In this section, some variables will be initialized and one or more stacks will be set. # Execution. The real code is in this section. # Finalization. Recycle some used variables, then clear the stack. This is the form...")
- 02:57, 30 May 2026 O\I (hist | edit) [867 bytes] None1 (talk | contribs) (Created page with "'''O\I''' ('''O'''utput\'''I'''nfinite, name intentionally mirrored "I/O") is a simple esolang invented by User:None1 to simulate the result of any non-interactive I/O program. ==Syntax== !''text'' Prints the text. Other programs are Infinite loops. ==Examples== ===Hello, world!=== !Hello, world! ===Infinite loop=== fuck ==Interpreter== ===Python=== <pre> import sys x=sys.stdin.read() if x and x[0]=='!': print(x[1:]) else: while 1: pass </pre...")
- 20:33, 29 May 2026 ~-=+ (hist | edit) [587 bytes] Hammy (talk | contribs) (Created page with "'''~-=+''' is an esolang by User:Hammy made to be easy to interpret. It was made in around a minute. == Commands == {| class=wikitable ! Command !! Meaning |- | <code>~</code> || Push the ASCII value of the next character to the stack. |- | <code>-</code> || Negate the top of the stack. |- | <code>=</code> || Output the top value of the stack as an ASCII character. |- | <code>+</code> || Add the top two values of the stack together. |}")
- 11:12, 29 May 2026 Spaces (hist | edit) [757 bytes] B jonas (talk | contribs) (Created page with "'''Spaces''' is a Trivial brainfuck substitution defined in the following article. [https://sigbovik.org/2026/proceedings.pdf#page=91 Ryoichi Takahashi, “An Empirically Verified Fixed-Point Stable Compiler for the *spaces* Programming Language: Achieving Provenance Closure and Cross-Substrate Thermodynamic Stability in the Void” (2026-04) in a record of the proceedings of ''SIGBOVIK 2026'' the twentieth intercalary robot dance party in celebration of workshop on...")
- 05:23, 29 May 2026 Rise (hist | edit) [0 bytes] Kras11 (talk | contribs) (Created page with "Rie is an esoteric programming language. Rie has 5 commands: 0 - end. 1 x y - adds y to stack element in x position. 2 x y - adds stack element in y position to stack element in x position. 3 x y - if stack element in x position equals 0, machine going forward in code for y chars. 4 x y - if stack element in x position not equals 0, machine going backward in code for y chars. Rie interpreter on C(code is c variable in interpreter, in {} you need to write numbers through...") originally created as "Rie"
- 23:16, 28 May 2026 *lang/Python Interpreter (hist | edit) [14,788 bytes] DigitalDetective47 (talk | contribs) (Created page with " #!/usr/bin/env python from collections.abc import Callable, MutableMapping, MutableSequence, Sequence, Set from sys import argv, stderr from typing import Any, Final, Optional, TypeAlias variable_banned_characters: Final[Set[str]] = frozenset("&*;=") class Pointer: __slots__ = ("_deref_time", "_target") _deref_time: int _target: Pointer def __init__(self, target: Optional[Pointer] = None) -> None:...")
- 23:11, 28 May 2026 ONE WAY/Python Interpreter (hist | edit) [14,866 bytes] DigitalDetective47 (talk | contribs) (Created page with "{{wrongtitle|title=100px|alt=ONE WAY/Python Interpreter}} #!/usr/bin/env python from collections.abc import Callable, Iterable from fractions import Fraction as num from functools import partial from itertools import repeat from math import ceil from random import randrange from sys import argv, stderr from typing import Any, Final, SupportsIndex, TypeAlias, TypeVar, cast, overload _T = TypeVar("_T", bool, num, str, type, Any)...")
- 23:03, 28 May 2026 Cratefuck/Python Interpreter (hist | edit) [2,972 bytes] DigitalDetective47 (talk | contribs) (Created page with " #!/usr/bin/env python from sys import argv, stderr from typing import Final if len(argv) < 2: print( "Pass the location of the script to run as a command-line argument.", file=stderr, ) elif len(argv) > 2: print("Unknown command-line arguments passed.", file=stderr) else: bracket_level: int = 0 code: str = "" try: with open(argv[1], encoding="utf8") as source:...")
- 22:56, 28 May 2026 Fool/Python Interpreter (hist | edit) [6,452 bytes] DigitalDetective47 (talk | contribs) (Created page with " #!/usr/bin/env python from collections.abc import Callable from sys import argv, stderr from typing import Final class FoolFunc: def __init__(self, func: Callable[[int], int], /) -> None: self.func = func def __add__(self, other: FoolFunc, /) -> FoolFunc: return FoolFunc(lambda x: self.func(x) or other.func(x)) def __call__(self, value: int, /) -> int: return self.func(value) def __mul__(self, other:...")
- 22:50, 28 May 2026 Dashes/Python Interpreter (hist | edit) [6,360 bytes] DigitalDetective47 (talk | contribs) (Created page with " #!/usr/bin/env python from enum import IntEnum from sys import argv, stderr from typing import Final class Direction(IntEnum): left = -1 right = 1 if len(argv) < 2: print( "Pass the location of the script to run as a command-line argument.", file=stderr, ) elif len(argv) > 2: print("Unknown command-line arguments passed.", file=stderr) else: bracket_level: int = 0 code: str = &...")
- 22:13, 28 May 2026 Frogrid (hist | edit) [2,404 bytes] Esterdae (talk | contribs) (Created page with "{{WIP}} Frogrid is an esolang made by User:Esterdae! <sup>a</sup>As you can guess from the language's name, you have to RID the FROGs on a GRID of FROGs and you must learn how a frog jumps but never walks A frog must jump over another frog into an empty cell <sup>a</sup> what i call the frogscosity of a grid of a by b is a very useful metric {| class="wikitable" |- ! Frog direction !! Command execution |- | up || Toggle between 0 and 1 and by default it starts at...")
- 20:59, 28 May 2026 Left-Right March/Python Interpreter (hist | edit) [5,338 bytes] DigitalDetective47 (talk | contribs) (Created page with " from enum import IntEnum from sys import argv, stderr from typing import Final CHARSET: Final[str] = ( "\n ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!\"£$%^&*(){}[]-=_+;'#~@:,./?><\\|`\t" ) ILLEGAL_CHARACTER_INDICES: Final[frozenset[int]] = frozenset({98, 99}) class Direction(IntEnum): left = -1 right = 1 if len(argv) < 2: print( "Pass the location of the script to r...")
- 10:22, 28 May 2026 PointsCopy (hist | edit) [14,952 bytes] Simple9371 (talk | contribs) (Created PointsCopy)
- 05:05, 28 May 2026 Monotonic Boolfuck (hist | edit) [1,286 bytes] DigitalDetective47 (talk | contribs) (Created page with "{{Bf}} '''Monotonic Boolfuck''' is an esoteric programming language invented by User:DigitalDetective47. It is a variant of Boolfuck where the number of set bits is monotonically increasing with respect to time. == Commands == {| class="wikitable" |- ! Command !! Meaning |- | <code>1</code> || Set the bit that the current tape cell holds. |- | <code>,</code> || Input if tape head's cell is 0; consume a bit of input with no effect...")
- 04:33, 26 May 2026 Dialog (hist | edit) [437 bytes] Corbin (talk | contribs) (Stub.)
- 20:36, 24 May 2026 √-1 (hist | edit) [2,536 bytes] Broxol (talk | contribs) (Created page with "√-1 is a stack-based language created by User:Broxol. It is designed to only allow stacking of imaginary numbers. This language was made from the inspiration page, so I’m not going to really explain it, but I do have some examples. Unfortunately, I did not add any form of inputting. I’ll fix that in a future version. ==EXAMPLES== Hello, World program: <pre> Hello,|World! print </pre> 1 + 1 program: <pre> 1j 1j 1j 1j * * * dup + print </pre> ==INTERPRETER=...")
- 16:50, 23 May 2026 'Wavelet十Junction' (hist | edit) [1,299 bytes] Miui (talk | contribs) (Created page with "'''<nowiki>'</nowiki>Wavelet%E5%8D%81Junction<nowiki>'</nowiki>''' is an esolang invented by User:Miui. Wavelet Junction uses Maxwell equations to turn signal traffic into a computer. ==Program execution== A field is interpreted in parallel by interpreters E5, 8D and 81 where 81≈mod9(8D,E5) E = Global root, runtime is based off the benchmark tag cycle of any byte going to E. D = Direction pointer orients the signal vector and embeds and input command into the local...")
- 16:29, 22 May 2026 COBOL+ (hist | edit) [1,033 bytes] Danieland! (talk | contribs) (Created page with "COBOL+ IS A ESOLANG THAT IS A EXTREME VERSION OF HTTPS://EN.WIKIPEDIA.ORG/WIKI/COBOL COBOL MADE BY THE USER DANIELAND! (ESOLANG VERSION OF THE NONESTERIC LANG COBOL) == SYNTAXIS == SETTING VARIABLES: <PRE> AT BOX WITH NAME [BOX] STORE THE VALUE "CONTENT" </PRE> PRINTING VARIABLES: <PRE> GIVE THE CONTENT OF BOX [BOX] TO OUTPUT </PRE> ALSO YOU CANNOT PRINT TEXT YOU MUST PRINT THE CONTENT OF A VARIABLE USER INPUT (WITH NO STRING TO ASK A QUEST...") originally created as "Cobol+"
- 17:22, 20 May 2026 BW6knj (hist | edit) [993 bytes] Danieland! (talk | contribs) (Created page with "osEfV4 JO7Z4V MHyBxz those up there are the 3 interpreters names (case sensitive)")
- 00:33, 20 May 2026 Integer Stack Machine (hist | edit) [3,637 bytes] Doors (talk | contribs) (Creation of the page)
- 18:12, 19 May 2026 Water (hist | edit) [1,309 bytes] Danieland! (talk | contribs) (Created page with "==explainin' it== water is a esolang made by user:danieland! ==syntaxin' it== da syntax is down there :) {| class="wikitable" |+ da syntax |- ! syntax !! name !! meaning/use |- | (1 || number || instead of 1 it can be from 0 to 9 . that is just a number |- | ;a || push || pushes the value of its unicode |- | "a || popif || pops only if the unicode is the top of the stack |- | )1 || set || set a variable |- | ** || comment || hmm... |- | %% || literal print || print a...")
- 23:24, 18 May 2026 G30M3TRY D45H (hist | edit) [0 bytes] CodePentuplets48 (talk | contribs) (Created page with "'''G30M3TRY D45H''' is an esolang I made because I love Geometry Dash, lol. The instructions are all objects and triggers, like so:<br><br> Parentheses are teleport portals; the trajectory of ( ) ==== ) ( ============ is (xxxx) ==== xxx) (xxx ============ Numbers (can be as long as needed) push their numeric value to the stack once they are fully read. The ' instruction outputs the top number in ASCII, while " outputs in numerics. The...")
- 17:46, 18 May 2026 ExceptionTrackingCounterMachine (hist | edit) [1,821 bytes] Miui (talk | contribs) (Created page with "=Exception Tracking Machine= Exception tracking machine influenced by partial execution in Ð: <pre>function halts(f) { Time = <SRT(Task*T)>ask!Exception! task :> launch(f) if (doesNotHaltInTime(task)) { print(k!Exception) return halts { repeat (task) { f(!) } } } return true return error } exception_tracks(!) Track = e*e*T plot < T^2 if (exception(plot)) { print(k^2!) return task(f) } }<...")
- 15:01, 18 May 2026 Weed (hist | edit) [924 bytes] 10 (talk | contribs) (Weed lang)
- 02:04, 18 May 2026 Yggdraphyll (hist | edit) [9,008 bytes] Miui (talk | contribs) (Created page with "'''Yggdraphyll''' (pronounced selfie) is an esolang by invented by User:Miui and influenced by User:Salpynx, A bliss-pit, and Grill Tag. A selfie-tag system is configured by two strings: # S(seed) # N(rule number) <br>In selfie-tag both the seeds and rule indices describe some group of Johnson solids and characterize any generic tag system in the process. Guesses produced through selfie tag sometimes expand other derivatives of genera tag. Selfie configur...")