New pages
Jump to navigation
Jump to search
- 02:48, 27 November 2025 Tea (hist | edit) [7,100 bytes] Waffelz (talk | contribs) (Created page with "{{infobox proglang |name=Tea |paradigms=Imperative |author=User:waffelz |year=2025 |memsys=Stack-based |refimpl=See [1] |class=Unknown computational class |files=<code>*.tea</code> }} ''Tea'' is a minimal stack-based esolang invented by User:waffelz on November 25<sup>th</sup>, 2025. It is titled "Tea" because he real...")
- 01:05, 27 November 2025 Nand1 (hist | edit) [5,519 bytes] CraftyBLUE (talk | contribs) (Created page with "{{infobox proglang |name=Nand1 |paradigms=imperative |author=User:craftyBLUE |year=2025 |class=Turing complete |majorimpl=[https://github.com/craftyBLUE/Nand1 Original] |files=<code>.nand1</code> }} Nand1 is a programming language with just one instruction based on the logical operator NAND. It works with a memory of just binary values with minimal Memory I/O. A command is a number, the address of the cell being modif...")
- 22:20, 26 November 2025 OverLoop (hist | edit) [1,316 bytes] Buckets (talk | contribs) (Created page with "OverLoop is an Esoteric Programming language Created By User:Buckets in 2022. {| class="wikitable" |- ! Commands !! Instructions |- | <n> || This will Mark the Side to be the Same as another side, The Other side Is marked With the Same command. |- | <nowiki>|</nowiki> or -. || These are the Walls That Will be marked. |- | } || This command Will Spew Out an IP in the direction of The Right When the program Starts, If an IP Goes through a Wall that Is marked to Another...")
- 21:45, 26 November 2025 Forbin? (hist | edit) [155 bytes] TheCatFromGithub (talk | contribs) (Created page with "'''Forbin?''' is an esolang that's just like Forbin but there is no ! operator, and there is a new builtin function ? that simply returns a random bit.")
- 20:22, 26 November 2025 Turing complete regex (hist | edit) [2,613 bytes] GolferHome (talk | contribs) (Created page with "'''Turing-complete Regexes''' (commonly abbreviated as '''T-Regex''') is an esoteric programming language that extends standard regular expressions with stack operations and recursive execution, making it Turing complete. == Overview == Turing-complete Regexes maintains all the standard regex pattern matching capabilities while adding a stack memory model and control structures that enable arbitrary computation. The language processes input text through pattern matc...")
- 15:02, 26 November 2025 Cyclic Clockwise Rotating Contraption (hist | edit) [2,104 bytes] RaiseAfloppaFan3925 (talk | contribs) (Created page with " {{ infobox proglang | author = User:RaiseAfloppaFan3925 | year = 2025 | memsys = Cell tape, ring buffer-like | influence = BF, Deadfish }} The Cyclic Clockwise Rotating Contraption or CCRC is a "machine system thing" by User:RaiseAfloppaFan3925. In CCRC, the program and memory are stored on a ring buffer-like structure that can expand and contract with the start and the end linked together. These rings rotate clockwise, and the speed...")
- 13:52, 26 November 2025 Aq Qoyunlu (hist | edit) [2,514 bytes] PrySigneToFry (talk | contribs) (Created page with "''Aq Qoyunlu'' is designed by PSTF. It is based on Brainfuck, with some modification inspired from SLet and Apollo. = Overview = Aq Qoyunlu, or White Sheep, has a tape and a stack, and also 3 accumulators. This is the command table. <pre class='rectwrap'> CC: Current Cell. AX: Accumulator 1. BX: Accumulator 2. CX: Accumulator 3. SS: Stack top. TP: Tape pointer. CS: Current command. IP: Program counter. ZF: Flag, indicates whether the value from the most recent operatio...")
- 07:23, 26 November 2025 Hexad (hist | edit) [1,869 bytes] Yayimhere2(school) (talk | contribs) (Created page with "{{Lowercase}} '''hexad''' is an esolang designed and published by User:Yayimhere, to be unreliable when trying to store and modify data. it is as such propably not Turing complete, however Yayimhere would be interested in a counter proof of such. hexad uses sextuplets of commands, and as such, it is called hexad. == Syntax == Every command in hexad is a single character, however each program is put into divisions of sextuplets, as mentioned before. If the progra...")
- 22:21, 25 November 2025 Dipsh!t (hist | edit) [909 bytes] HeckYeah100 (talk | contribs) (Created page with "==Dipsh!t== Dipsh!t is a joke esoteric programming language designed to roast you. you can code in any language, or even spam <code>awfrgehjrhgsfaeggb</code> and it will still find a way to insult you. The output is the insult. The system that insults you is chatgpt 4. {{infobox proglang |name=Dipsh!t |paradigms=unknown |author=HeckYeah100 |year=2025 |class=[[]] |influence=none |files=<code>.dpsh</code> }} ==Syntax== As mentioned in the title, you...")
- 22:05, 25 November 2025 Togglo (hist | edit) [1,576 bytes] Buckets (talk | contribs) (Created page with "Togglo Is an esoteric programming language created By User:Buckets in 2021. {| class="wikitable" |- ! Commands !! Instructions |- | 1 || Create 4 IPs from All Diagonals in The Diagonal Directions, If an IP interacts With it, Then It will Move that IP One of the Combonations of The Directions it is made from by One But Toggles between The X and the Y. |- | 2 || Rotate Between Going up-Left, Right-Up, Down-Right and left-Down -wards, Except If multiple IPs Meet In the...")
- 15:00, 25 November 2025 Q U I N E (hist | edit) [599 bytes] Hammy (talk | contribs) (Created page with "Q U I N E is a weird esolang by User:Hammy. ==Commands== q ^^ prints "quine" u ^^ increment the accumulator i ^^ decrement the accumulator n ^^ square the accumulator e ^^ double the accumulator ! ^^ print the ascii character corresponding to the accumulator s ^^ get input as a number and set the accumulator to it 0 ^^ print 0 1 ^^ print 1 : ^^ run if accumulator isn't 0 ) ^^ end if [] ^^ run forever . ^^ reset accumulator , ^^ print accumulator as numb...")
- 14:08, 25 November 2025 None1/BCT Python (hist | edit) [669 bytes] None1 (talk | contribs) (Created page with "BCT interpreter in Python, prints debug information since it has no I/O. <pre> from time import sleep class CyclicList(list): def __getitem__(self, x): return super().__getitem__(x % self.__len__()) code = CyclicList(map(int, input("Code: "))) data = list(map(int, input("Data-string: "))) ip = 0 while 1: print(f'IP: {ip%len(code)}\t Data-string: {"".join(map(str,data))}') if not code or not data: print("Halt!") break op...")
- 14:01, 25 November 2025 Bitwise Cyclic Tack (hist | edit) [1,594 bytes] None1 (talk | contribs) (Created page with "'''Bitwise Cyclic Tack (BCTk)''' is an esolang invented by User:None1. It is a variation of BCT where the data-string is operated like a stack instead of a queue. ==Commands== {| class="wikitable" |- ! Command !! Execution |- | 0 || Delete the ''rightmost'' data-bit. |- | 1 || Goto the next command (say x). If the ''rightmost'' data-bit is 1, copy x to the right end of the data-string. |} ==Example== Program: 00111 Initial Data-string: 101 System evolu...")
- 11:17, 25 November 2025 Peet (hist | edit) [1,420 bytes] Hammy (talk | contribs) (Created page with "Peet is a bf extension by User:Hammy ==Execution== ===Valued Peet=== Each pixel has a "color value". It is gotten by adding the RGB values and moduloing by 16. ====Commands==== {| class="wikitable" ! Color value !! Mnemonic !! Action |- | 0 1 2 3 4 5 6 7 || + - < > . , [ ] || Same as bf |- | 8 9 10 11 12 13 14 15 || ; @ ? " # ( ) ! || Terminate, skip next instruction, @ if nonzero, string mode (modulo by 128 until another ", do some stuff), loop while zero,...")
- 21:46, 24 November 2025 Melon (hist | edit) [1,143 bytes] Buckets (talk | contribs) (Created page with "Melon Is An Esoteric programming language created By User:Buckets in 2021. {| class="wikitable" |- ! Commands !! Instructions |- | @ || Rotate left And skip the Next Command. |- | # || Starting point where Four Seperate IPs come out From. |- | D || If an IP travels through This, It will Duplicate it One step Behind it. |- | Y || This will Toggle Between Going leftwards And Rightwards, in an Alternating Order. |- | % || Rotate Right And skip The Next command But only...")
- 19:30, 24 November 2025 Cellang (hist | edit) [1,106 bytes] Esolangist alt (talk | contribs) (Esolangist alt)
- 17:35, 24 November 2025 Stackception (hist | edit) [898 bytes] Esolangist alt (talk | contribs) (Esolangist alt)
- 15:55, 24 November 2025 18 (hist | edit) [4,145 bytes] Yayimhere2(school) (talk | contribs) (Created page with "'''18''' is an esolang created by User:Yayimhere, as a merge of 7 and ErrorBucket. 18 works in base 18, and as such it gets its name. == Data == 18 uses two ''frames''. frames is a string of symbols/tokens(specifically, 18 commands), which can be separated by a special symbol called a bar(which here will be represented by a <code>|</code>). One of them is called the data frame, and one is called the program frame. The data frame is read and write, and always...")
- 22:55, 23 November 2025 Ksplang/instructions (hist | edit) [17,416 bytes] Sejsel (talk | contribs) (Add instruction list)
- 22:38, 23 November 2025 Ksplang (hist | edit) [8,672 bytes] Sejsel (talk | contribs) (Add a description of this very lovely language)
- 21:41, 23 November 2025 2Q2Q (hist | edit) [1,440 bytes] Buckets (talk | contribs) (Created page with "2Q2Q Is An Esoteric programming Language created By the User:Buckets in 2021. {| class="wikitable" |- ! Commands !! Instructions |- | +> || Add A new Byte to the right. |- | +< || Add A new Byte to the Left. |- | -> || Remove the byte From The Right. |- | -< || Remove The byte From The left. |- | [+ ... +< || Move n Left and n Is Dictated By how many +s There Are, But then somewhere in The Future it Will End in Noop 2. |- | [+ ... +> || Move n Left and n Is Dictated...")
- 17:44, 23 November 2025 Iogii (hist | edit) [598 bytes] Somefan (talk | contribs) (Created page with "{{lowercase}} {{stub}} '''iogii''' ('''I Only Code in iogii''') is an esoteric language created by Darren Smith, the same creator of GolfScript. It was designed to be simple and fun to use for code golfing and a successor to GolfScript. == See also == * GolfScript * Minus == External resources == * [https://golfscript.com/iogii/index.html Official website] Category:Languages Category:2024 Category:Golfing language Category:Turi...")
- 14:26, 23 November 2025 Brainfuck, but every + is replaced with the FitnessGram Pacer Test (hist | edit) [1,001 bytes] ↑ (talk | contribs) (Created page with "'''Brainfuck, but every + is replaced with the FitnessGram Pacer Test''' is exactly what the title says. ==Commands== {| class="wikitable" |- ! Code !! What it does |- | . || Prints. |- | , || Asks for input |- | [ || BF loop [ |- | ] || BF loop ] |- | The FitnessGram Pacer Test is a multistage aerobic capacity test that progressively gets more difficult as it continues. The 20 meter pacer test will begin in 30 seconds. Line up at the start. The running speed starts slow...")
- 12:12, 23 November 2025 Anti-Plushie language DIY (hist | edit) [693 bytes] None1 (talk | contribs) (Created page with "'''Anti-Plushie language DIY''' ('''APLD''' for short) is an esolang invented by User:None1. It's Anti-Plushie language, but it's you ''who'' decide the restrictions! ==Syntax== It's Deadfish, but you can add restrictions: * <code>''x'' ''"errmsg"''</code>: If the accumulator will be ''x'' after a command, print "errmsg" (without quotes) and terminate. ==Examples== ===Anto-Plushie language interpreter=== 4 "Fuck off!" 31 "Cut it out!" 3 "Fuck you!" 2...")
- 11:47, 23 November 2025 Meow/libs (hist | edit) [324 bytes] None1 (talk | contribs) (Created page with "The following are the supported standard libraries in the Meow esolang: * {{Sub|Meow/libs|logic.meow}} * {{Sub|Meow/libs|math.meow}} * {{Sub|Meow/libs|rand.meow}} * {{Sub|Meow/libs|time.meow}} * {{Sub|Meow/libs|meowlib.meow}} These libraries should be put in the path <code>C:\meow</code>.")
- 11:45, 23 November 2025 Meow/libs/meowlib.meow (hist | edit) [182 bytes] None1 (talk | contribs) (Created page with "meowlib.meow: Imports all other standard libraries (Just like <code>bits/stdc++.h</code> in C++) <pre> library math library logic library rand library time </pre>")
- 11:41, 23 November 2025 Meow/libs/rand.meow (hist | edit) [559 bytes] None1 (talk | contribs) (Created page with "rand.meow: RNGs. <pre> func rint mul rintseed 37 rintseed add rintseed 2017 rintseed mod rintseed 65537 rintseed addret rintseed endf func rflt mul rfltseed 1.61803339887 rfltseed add rfltseed 0.61803339887 rfltseed mod rfltseed 1 rfltseed addret rfltseed endf </pre> Functions: * <code>rint()</code>: Random integer within <code>[0,65537)</code>. * <code>rflt()</code>: Random real within <code>[0,1)</code>. Variables: * <code>rintseed</code>: Seed used by <code>rint</code...")
- 11:38, 23 November 2025 Meow/libs/math.meow (hist | edit) [1,468 bytes] None1 (talk | contribs) (Created page with "math.meow: Math functions. <pre> func pow poparg arg1 poparg arg2 equal arg2 0 addret 1 end big arg2 0 sub arg2 1 arg2 run pow popret ret mul ret arg1 ret addret ret add arg2 1 arg2 end endf add 0 1 fby func fb poparg arg1 add fbx fby temp add 0 fby fbx add 0 temp fby equal arg1 0 addret 0 end equal arg1 1 addret fbx end big arg1 1 sub arg1 1 arg1 run fb end endf func fbclear del fbx add 0 1 fby endf func fpow poparg arg1 poparg arg2 equal arg2 0 addret 1 end big arg2 0...")
- 11:32, 23 November 2025 Meow/libs/time.meow (hist | edit) [304 bytes] None1 (talk | contribs) (Created page with "time.meow: Functions for sleeping. <pre> func slp run clock popret t sub t u g small g l run slp end endf func wait poparg h run clock popret u add 0 h l run slp endf </pre> Functions: * <code>wait</code>: wait for given time (in milliseconds). Helper functions: * <code>slp</code>")
- 11:24, 23 November 2025 Meow/libs/logic.meow (hist | edit) [519 bytes] None1 (talk | contribs) (Created page with "logic.meow: Logic gates. <pre> func and poparg arg1 poparg arg2 addret 0 big arg1 0 big arg2 0 addret 1 end end endf func or poparg arg1 poparg arg2 addret 1 small arg1 1 small arg2 1 addret 0 end end endf func not poparg arg1 sub 1 arg1 ret endf add 0 1 TRUE </pre> Functions: * <code>and</code>: AND gate. * <code>or</code>: OR gate. * <code>not</code>: NOT gate. Variables: * <code>TRUE=1</code> * <code>FALSE=0</code> (Not in source code because variables in meow are 0 b...")
- 10:40, 23 November 2025 Cats (hist | edit) [766 bytes] Hammy (talk | contribs) (Created page with "Cats is an esolang by User:Hammy which is Skinny pig but cat. also it is a bf equivalent... thumb|alt=oh no you cant view it|The logo for Cats ==Commands== {| class="wikitable plainpres" |+ Commands |- ! What the cat does !! What you type !! Action |- | walk 10 steps || <pre>walk</pre> || increment current cell |- | jump || <pre>boing</pre> || boings the cell value, outputting it as ascii |- | scratch || <pre>scratch</pre> || decrement...")
- 06:53, 23 November 2025 Attached (hist | edit) [1,932 bytes] Yayimhere2(school) (talk | contribs) (Created page with "'''Attached''' is an esoteric programming language by User:Yayimhere, to create a more unique Combinator calculus. Attached gets its name from two things. First it describes the main command and two, I can now attach it to any other documentation as "Attached Documentation". == Combinators == Attached is based on top of the <code>JI</code> combinator set: I x y = x y; J x y z w = x y (x w z); However it has one other combinator, that is majorly more powerful....")
- 02:20, 23 November 2025 Z-complete (hist | edit) [4,172 bytes] PrySigneToFry (talk | contribs) (Created page with "Z-complete is a concept proposed by PSTF. Because I accidentally lost a software that generates strange text, making it difficult to input Fraktur script, the title here should actually be <span style='font-family: Fraktur;'>Z</span>-complete. = Requirements = A programming language is supposed to be Z-complete if they can: # Determine whether an expression is true, for example, check whether 6 is not equal to 5. # Store data in any medium(including variable), such as...")
- 01:17, 23 November 2025 Xonovile (hist | edit) [6,770 bytes] PrySigneToFry (talk | contribs) (Created page with "Xonovile is designed by PSTF. It uses pictograms as commands, to let the program understandable. = Overview = Xonovile is Turing-Complete, has I/O manipulation and functions(including R&R). Also known as "×∘⊓⍜⋁|L⋶". == Command Set == === Comments === Things between .# and #> will be ignored. === Arithmetic === A plus sign means addition, append or concatenate. * For x + y, ** If both x and y are numbers, they're added together. ** If x is list and y is an...")
- 22:05, 22 November 2025 4dB (hist | edit) [2,632 bytes] Buckets (talk | contribs) (Created page with "4db is An Esoteric programming language created By User:Buckets in 2022, It is not Shorthand for '4 decibels', But An acronym For '4-dimensional Beads'. {| class="wikitable" |- ! Commands !! Instructions |- | g || Add A bead, When making Another bead, The Bead Selector Will not move to that other Bead That Has been constructed Further In time for the Executing of the Code in the current Time. |- | h || Move the Selector for the Beads To A bead Created Further In time...")
- 19:56, 22 November 2025 QuaternaryImaged (hist | edit) [849 bytes] Esolangist alt (talk | contribs) (Esolangist alt)
- 17:17, 22 November 2025 AAAAAA! (hist | edit) [2,294 bytes] Hammy (talk | contribs) (Created page with "AAAAAA! is an esolang by User:Hammy based on [https://uncyclopedia.com/wiki/AAAAAAAAA%21 this] ==Commands== ===Numbers=== Numbers are represented by '''n'''-1 A's, where '''n''' is the number you are representing. Don't forget the dot!! Example: <code>AAAAA.</code> ===Strings=== Strings are... maybe just see an example. Example: <code>AAA? AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA. AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA...")
- 17:11, 22 November 2025 HalfText (hist | edit) [747 bytes] GolferHome (talk | contribs) (Created page with "= HalfText == HalfText is a non-turing-complete text format where assuming little-endianness, turning code to array of binary bits and grouping into 7 bit groups, printing character with ASCII code of each 7-bit group. It will limit maximum ASCII code to 127. Turning HalfText to normal ASCII may contain invisible characters. However, excluding the first character, any character which it's index is multiple of 7 will properly shown as ASCII character (from proper execut...")
- 15:00, 22 November 2025 Bomberman (hist | edit) [1,680 bytes] ↑ (talk | contribs) (Created page with "'''Bomberman''' is an esolang made by User:↑. It was made to be Hammy-complete. It has a stack and variable system. If a command is not using the variable parameter, the value is used from and to the stack. ==Commands== {| class="wikitable" |- ! Command !! What it does |- | drop(a) || Asks for input. |- | boom(a) || Prints an output. |- | bomb(a)(b) || Defines a variable. |- | chain(a)(params): || Defines a function. |- | powerup(a)(b) || Increments a variable...")
- 14:35, 22 November 2025 Eh (hist | edit) [746 bytes] HeckYeah100 (talk | contribs) (Created page with "==Eh== {{infobox proglang |name=Non |paradigms=Declarative |author=HeckYeah100 |year=2025 |class=Turing complete |influence=BF |files=<code>.non</code> }} Eh is an assertion based programming language created by HeckYeah100. It is a serious and soon-to-be implemented language. Instead of being a standard language where you state the input and processing, here you state the input and then give some ideas to...")
- 13:52, 22 November 2025 Waves (hist | edit) [305 bytes] Timm (talk | contribs) (Created page with "User:Timm waves X X X X do nothing X is any int value X X+1 X+1 if change to +1 + in brainfuck similar to -1 - X X+1 X if change to +1 in one int > X X-1 X similar X X+2 X and X X-2 X is [] similar to +/-3 in one int is out and in to +7 0 2 0 -3 0 ... edit if you can i can't do this")
- 13:41, 22 November 2025 ↡ (hist | edit) [2,037 bytes] HeckYeah100 (talk | contribs) (Created page with "== ↡ == {{infobox proglang |name=↡ |paradigms=math-only, base 2 |year=2025 |author=HeckYeah100 |influence=Non |class=Finite state automata (FSA) }} This is a very esoteric programming language developed by HeckYeah100. It is a way to make the programming language Non more painful, which is derived from BF. == Overview == This programming language is unfortunately '''not''' Turing complete on its...")
- 12:44, 22 November 2025 Hammy-complete (hist | edit) [1,310 bytes] Hammy (talk | contribs) (Created page with "An esolang is Hammy-complete if it satisfies these conditions: * it can output and input * if it's not a bf derivative (nice try though! bf itself doesn't count) * if it was created after 2010 (new esolangs are better. except bf and befunge, those don't count) * if it can interpret some other language (no-code esolangs like Kiwiscript and OISCs like FlipJump don't count here) * if the cat program is less than 10 commands long (so most languages) * if it's plush...")
- 11:55, 22 November 2025 Unicode image representation thingy (hist | edit) [1,404 bytes] Hammy (talk | contribs) (Created page with "This article is about systems for writing images with text by User:Hammy. They can be considered esolangs with no input and graphical output. Note: Unprintable characters (but not space) are replaced by control pictures. ==Encryption!== First you add a unicode character, take its decimal value (codepoint) and thats the width (add it to the start) Do that again for height, but append instead of adding to the start (e.g. a 255 by 255 image would be <code>ÿÿ</code>...")
- 10:49, 22 November 2025 Backjump (hist | edit) [813 bytes] Hammy (talk | contribs) (Created page with "Backjump is a bf derivative where you get to go back. ==Commands== Same as BF, but loops are removed. There are new commands so this is still Turing Complete™ New commands: <code>!</code> takes the current amount in the cell, and jumps back that many cells. <code>?</code> is <code>!</code> but it jumps forward instead. <code>:</code> resets the cell to 0. <code>#</code> is the numerical version of <code>.</code>. <code>*</code> is basically 2 pluses overl...")
- 05:43, 22 November 2025 Racist Lua (hist | edit) [3,651 bytes] CalimariWebDev (talk | contribs) (Racist Lua is a challenge where Lua follows similar rules to Lambda Calculus.)
- 21:58, 21 November 2025 User:HeckYeah100 (hist | edit) [7,388 bytes] HeckYeah100 (talk | contribs) (Created page with "I'm a chill guy who likes flowers... ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⠀⠀⠀⣀⣀⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⣀⢠⠿⠷⣭⣶⣯⣥⣶⣾⣿⠀⠀⠀⠀⢠⠖⣒⡒⢢⣄⡴⠒⢢⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⢸⠷⣾⣿⡀⢠⡿⠑⠀⠀⢸⣿⡿⡄⠀⠀⠀⢸⢼⣍⠙⠛⠙⢷⡀⠀⣷⠒⠈⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀...") originally created as "HeckYeah100"
- 21:32, 21 November 2025 Non (hist | edit) [7,266 bytes] HeckYeah100 (talk | contribs) (Created page with "== Non == This programming language is designed for people who want to purposfully hurt their brains. Similar to BF, it is intentionally designed to hurt. ===CHARACTERS=== the characters of non are the following:. ^ //increments the object on stack. , //decrements the object on stack. p; //pops the object on stack and displays it, think of it as like the print function in most modern programming languages s; //number sets a number, defined after the ;, and adds i...")
- 21:31, 21 November 2025 Dision (hist | edit) [1,241 bytes] Buckets (talk | contribs) (Created page with "Dision Is An Esoteric Programming Language Created By User:Buckets In 2022. {| class="wikitable" |- ! Number Combonation !! Instructions |- | 0,0 || Swap the Current cell to the One To The Right. |- | 0,1 || Swap the Current cell to the One To The left. |- | 0,2 || Move in The Direction where You swapped It by 1. |- | 0,3 || Reverse Direction. |- | 1,0 || If The Direction is right, +1, If The Direction is Left, -1. |- | 1,1 || Noop 1. |- | 1,2 || Noop 2. |- | 1,3 ||...")
- 10:27, 21 November 2025 Brainterpart (hist | edit) [3,926 bytes] None1 (talk | contribs) (Created page with " {{lang|a=User:None1|i=brainfuck|f=the counterpart of brainfuck without comments}} ==Definitions== Define the ''brainfuck charset'' (BC for short) as {{cd|+,-.<>[]}}. Define the ''non-brainfuck charset'' (NBC for short) as the charset which contains characters that aren't in BC with ASCII values between 33 and 126 ({{cd|!}} to {{cd|~}}, inclusive). Define ''brainfuck string'' as a string that only consists of characters in BC. Define ''non-brainfuck string''...")