New pages
Jump to navigation
Jump to search
- 21:16, 25 March 2025 AoA (hist | edit) [2,236 bytes] Buckets (talk | contribs) (Created page with "AoA is an Esoteric programming language created by User:Buckets in An Unknown year. After Every command, A Random Thing will Be forgotten, either A number, Command or Variable (This does not Include <code>REMEMBER! []</code>, Instead of forgetting A Command or number Or Variable after the Command, It doesnt, Also The number 10 is Always remembered.) {| class="wikitable" |- ! Commands !! Instructions |- | PLUS #m || Add m. |- | MINUS #n || Subtract By n. |- | TIMES...")
- 21:06, 25 March 2025 Diophantine equation (hist | edit) [6,144 bytes] Stkptr (talk | contribs) (Create page)
- 17:48, 25 March 2025 Long3 (hist | edit) [4,453 bytes] JIT (talk | contribs) (Created page with "== Trilogy of the Long's == Long (or Long1 for Long) by User:Hex96 Long2 by User:Yes [https://esolangs.org/wiki/Long3/ Long3] by User:JIT == The esolang part == Long3 is an esolang by User:JIT, 2025 To set a number, you have to <math>94-(A*(P+D)mod94)mod94</math> (always starting at 0 for A, P is the position of A, D is the desired number you want) then change A by 74 until you get to your desired number then +32 then use <...")
- 13:43, 25 March 2025 Rivulet (hist | edit) [2,047 bytes] Rottytooth (talk | contribs) (Initial stub)
- 12:06, 25 March 2025 QuadnaryLang (hist | edit) [2,965 bytes] BerdiesLuvr (talk | contribs) (Created page with "[https://www.mediafire.com/file/xt5gjzelrl2j1rp/QuadnaryLang.zip/file Link to QuadnaryLang interpreter (node.js)]<br/> Sorry if this page is dry, I don't know what happened with previous page. First, an explanation on quadnaries. What are they? They function similarity as binary, except instead of the base-2 binary has, it uses base-4. Stacks Arguments Commands {| class="wikitable" |+ Numbers |- ! Quadnary...")
- 10:36, 25 March 2025 Users:Mahdoosh1 (hist | edit) [304 bytes] Mahdoosh1 (talk | contribs) (Created page with "== Info == Hey! I am Mahdoosh1 and my real name is Mahdi. I also have two YT channels: [https://youtube.com/@The-BitStream Bit Stream] and [https://youtube.com/@mahdoosh1907 Mahdoosh1] == Contact == You can contact me in [https://discord.com/users/mahdoosh1 Discord] or [https://t.me/@mahdoosh0 Telegram]")
- 10:32, 25 March 2025 Brainknot (hist | edit) [5,080 bytes] Mahdoosh1 (talk | contribs) (Created page with "=About brainknot= It's a similar language to Brainfuck and Turing machine made by Users:Mahdoosh1. But with some changes ==Syntax== it's the same, but alphabet are not counted as comments, you need a spcific symbol before every comment ==What's the difference?== Unlike Brainfuck, brainknot is based on bits instead of bytes, so there are no characters. It uses stack instead of memory line and it has a register called current bit ==Memory== even though you o...")
- 05:07, 25 March 2025 Masturbation (hist | edit) [746 bytes] Zzo38 (talk | contribs) (Created page with "'''Masturbation''' is a variant of brainfuck with homoiconicity. There is one new command, which is <code>=</code> which has the following behaviour: If the value of the current cell is zero then the program memory overwrites the data memory, but if nonzero then the data memory overwrites the program memory and the new program is started from the beginning. If this results in the new program having mismatched brackets then it is an error. ==Examples== Quine program...")
- 20:27, 24 March 2025 Kcufniarb (hist | edit) [1,183 bytes] Buckets (talk | contribs) (Created page with "{{lowercase}} {{wrongtitle|title=<span style="display:inline-block; transform:scaleX(-1);">brainfuck</span>}} <span style="display:inline-block; transform:scaleX(-1);">brainfuck</span> is an Esoteric programming language created by User:Buckets in 2022. {| class="wikitable" |- ! Commands !! Instructions |- | Any ASCII character. || Will + or - until To the Character's value, then Print It. |- | Ā || The same as <code><</code>. |- | ā || This command Is The same as...")
- 20:26, 24 March 2025 Sigma (hist | edit) [617 bytes] Stysan (talk | contribs) (Created page with "Sigma is a language by User:Stysan, *kinda*. This is because it's Python, but with Greek letters. {| class="wikitable sortable" |+ Letters |- ! Latin !! Greek |- | a || α |- | b || Β |- | c || ς |- | d || δ |- | e || ε |- | f || φ |- | g || γ |- | h || Η |- | i || η |- | j || Ζ |- | k || κ |- | l || λ |- | m || μ |- | n || ν |- | o || ο |- | p || π |- | q || Κ |- | r || ρ |- | s || σ |- | t || τ |- | u || θ |- | v || β |- | w || ω |- | x |...")
- 05:11, 24 March 2025 8 bits, 6 bytes (hist | edit) [312 bytes] I am islptng (talk | contribs) (Created page with "It was designed for a 8-bit computer which has 6 registers. You can write 256 instructions at 1 time. <pre> 0~63: reg[0] = instruction 64-127 64+a: reg[3] = reg[2] [NAND,OR,AND,NOR,+,-][a] reg[1] 128~191 128+8a+b: reg[b] = reg[a] 192~255 192+a: if reg[3] [False,True,=,!=,<,>=,<=,>][a] 0 then goto reg[0] </pre>")
- 04:43, 24 March 2025 StackBBQ2+ (hist | edit) [1,073 bytes] I am islptng (talk | contribs) (Created page with "<b>StackBBQ2+</b> is a language designed by islptng to compile to StackBBQ. == Commands == {|class="wikitable" ! Command !! Compile into !! Explanation |- | 1 || 1 || Push 1 |- | 0 || 1110 || Push 0 |}")
- 02:45, 24 March 2025 Fn (hist | edit) [3,875 bytes] C0ffee (talk | contribs) (Created page with "{{lowercase}} '''fn''' is a programming language. ==Functions== {| class="wikitable" |- ! Function !! Description |- | 0 || 0 |- | s(a) || return a+1 |- | i(a,b) || set the a-th memory value to b |- | d(a,b) || return b |- | w(a,b) || execute b while the a-th memory value |- | c(a,b) || return a+b (string) |- | u(a) || return &#{a};")
- 21:06, 23 March 2025 MemeS (hist | edit) [1,056 bytes] Buckets (talk | contribs) (Created page with "MemeS is an Esoteric programming language created by User:Buckets in 2021. MemeS has no fixed Commands, They would Automatically change to The Most relevant memes at that time Of Year, month, day, hour, Minute, second, femtosecond. {| class="wikitable" |- ! Commands !! Instructions |- | meme1 || +1. |- | meme1 meme5 meme1 meme5 || Noop. |- | meme1 meme1 || Print "Hello, World!". |- | meme2 || -1. |- | meme2 meme2 || Do the next Command if = 0. |- | meme3 || Print th...")
- 10:45, 23 March 2025 Amethyst/Standard Library/Random (hist | edit) [6,896 bytes] PrySigneToFry (talk | contribs) (Created page with "{{Back|Amethyst/Standard Library}} <pre> NAME random - Random variable generators. DESCRIPTION integers -------- uniform within range sequences --------- pick random element pick random sample pick weighted random sample generate random permutation distributions on the real line: ------------------------------ uniform...")
- 10:41, 23 March 2025 Amethyst/Standard Library/Math (hist | edit) [5,605 bytes] PrySigneToFry (talk | contribs) (Created page with "{{Back|Amethyst/Standard Library}} <pre> NAME math DESCRIPTION This module is always available. It provides access to the mathematical functions defined by the C standard. FUNCTIONS acos(x, /) Return the arc cosine (measured in radians) of x. acosh(x, /) Return the inverse hyperbolic cosine of x. acot(x, /) Return the arc cotangent (measured in radians) of x. acoth(x, /) Return the inverse hyperbolic cota...")
- 10:36, 23 March 2025 Amethyst/Standard Library (hist | edit) [140 bytes] PrySigneToFry (talk | contribs) (Created page with "{{Back|Amethyst}} Amethyst supports several standard libraries.")
- 02:19, 23 March 2025 Yugoslavic (hist | edit) [9,099 bytes] PrySigneToFry (talk | contribs) (Created page with "{{WIP}} Yugoslavic(Југославија) is a pseudo-natural programming language designed by PSTF, based on Srpski and LOLCODE. There are two variant of Srpski: One is Cyrillic and another is Latin. We use Cyrillic variant. There are six variant of this language: Srpski(Serbian), Slovenščina(Slovenian), Македонски(Macedonian, Makedonski), Bosanski(Bosnian), Hrvatski(Croatian), and Montenegrin. Most useful variant is Srpski. = Command Table = If you...")
- 20:18, 22 March 2025 Go back (hist | edit) [1,286 bytes] Buckets (talk | contribs) (Created page with "Go back is an Esoteric programming language created by User:Buckets in 2020. {| class="wikitable" |- ! Commands !! Instructions |- | #[] || Infinite Loop/Start. |- | [] || Infinite Loop. |- | +m || Change the current Loop by + m. |- | -n || Change the current Loop by - n. |- | /o || Set the Current loop to o. |- | ^p || Go back p Loops. |- | \q || Mod by q to the Current loop. |- | &r,s || Go back r Loops with the Subset s. |- | ! || Print the current loop Number int...")
- 09:42, 22 March 2025 Brainfuck 2.0 (hist | edit) [4,594 bytes] PrySigneToFry (talk | contribs) (Created page with "Brainfuck 2.0 is designed by PSTF, it is based on EA Script, It's in the code. but it didn't costs anything. = Instructions = All commands work on a 30,000-bit tape, a stack, and a counter. == Basics == {| class="wikitable" |+ |- ! Instruction !! Meaning |- | <code><</code> || Moves the pointer one cell to the left. |- | <code>></code> || Moves the pointer one cell to the right. |- | <code>+</code> || Adds 1 to the pointed cell. |- | <code>-</code> || Subtracts 1 to...")
- 22:56, 21 March 2025 Geometry (hist | edit) [2,746 bytes] Buckets (talk | contribs) (Created page with "Geometry is an Esoteric programming language created by User:Buckets in 2022. {| class="wikitable" |- ! Commands !! Instructions |- | ●<sub>m</sub> || Set the Point m. |- | <nowiki><n|o></nowiki> || Change Coordinates by n Units horizontally & o units vertically. |- | A<sub>p</sub> || Name the area of the Current shape Inside Of It. |- | () || This is for Annotation, It prints what Is inside of the Parentheses. |- | <sub>q</sub>⌒<sub>r</sub>r || Draw the arc st...")
- 17:23, 21 March 2025 ✏ (hist | edit) [990 bytes] JIT (talk | contribs) (Created page with "✏ is an esolang by User:JIT, 2025 ''"What if you drew the output?"'' : -User:JIT, 2025 {| class="wikitable" |+ Drawing ! commands !! what they do |- | ← || draw in that direction |- | ↑ || draw in that direction |- | → || draw in that direction |- | ↓ || draw in that direction |- | ↖ || draw in that direction |- | ↗ || draw in that direction |- | ↘ || vdraw in that direction |- | ↙ || draw in that direction |- | ⇑ || put up the pencil |- |...")
- 20:43, 20 March 2025 SPoCE (hist | edit) [409 bytes] Buckets (talk | contribs) (Created page with "SPoCE (or Smallest Plushie- o stands for nothing -complete Esolang) is an Esoteric programming language created by User:Buckets in 2025 to Create The Smallest Plushie-complete esolang. {| class="wikitable" |- ! Command !! Instruction |- | ) || Print a quine then +2 on the current (and only )Variable. |} Plushie-completeness Proof: 4 31) Category:Languages Category:2025 Category:OISC")
- 14:54, 20 March 2025 Ash (hist | edit) [2,213 bytes] Hakerh400 (talk | contribs) (Created page with "__NOTOC__ {{infobox proglang |name=Ash |paradigms=Imperative |author=User:Hakerh400 |year=2025 |class=Turing complete |majorimpl=Implemented |files=<code>.txt</code> }} '''Ash''' is an esolang invented by User:Hakerh400 in 2025. == Overview == Memory is represented as a tape infinite in both directions. The tape is divided into cells. Each cell contains a bit. Initially, every bit is random, e...")
- 10:29, 20 March 2025 Ascet (hist | edit) [800 bytes] JIT (talk | contribs) (Created page with "Ascet is an esolang by User:JIT, 2025 ''"Are all Square-complete esolangs truly turing complete?"'' : -User:JIT, 2025 {| class="wikitable" |+ Hmmmmmmmm |- ! commands !! what they do |- | H || prints Hello, world! |- | i || ask for a 1 character input |- | () || Loop whats inside ten times |- | + || +1 then print (it starts at -1 & on the only variable) |- | {} || Will set the answer perfectly but only if it's {1+1}, {3-2}, {9÷3} or {4×6} |- | %5 || push 5...")
- 04:16, 20 March 2025 PAL (hist | edit) [5,016 bytes] I am islptng (talk | contribs) (Created page with "PAL is an esolang created by islptng. It is designed to have no flow control. == Data types == There are 3 data types. * <b>Number</b>, which stores a fraction. * <b>List</b>, which stores a list of objects. * <b>Lambda</b>, which is a monadic lambda function == Syntax == In this esolang, a program is a single expression. They're written in Polish(Prefix) notation. Like @ and XENBLN, expressions are made of trees of function calls. Each character represents a f...")
- 21:07, 19 March 2025 CG (hist | edit) [1,315 bytes] Buckets (talk | contribs) (Created page with "CG is an Esoteric programming language created by User:Buckets in 2022. (All hidden starting directions are towards the right.) {| class="wikitable" |- ! Commands !! Instructions |- | *i || Multiply by i. |- | *-1 || Multiply by -1. |- | +1 || +1. |- | -i || -i. |- | -1 || -1. |- | #"" || Set the Cell to the Given string. |- | #i || Set the cell as a Request for an input. |- | #dr || Reveal the Direction and Turn it 90 Degrees to the Right. |- | #o1 || Set the cell t...")
- 16:54, 19 March 2025 TEIJFOP (hist | edit) [2,149 bytes] JIT (talk | contribs) (Created page with "TEIJFOP or 'This esolang is just for one purpose' is an esolang by User:JIT, 2025 This esolang is just for one purpose {| class="wikitable" |+ <small>This esolang is just for one purpose</small> |- ! commands !! What they do |- | i || input (i) |- | o || output |- | bf[] || Bitflips the data set [] |- | if1[] || if1, does [] |- | if0[] || if0, does [] |- | TL[]{n} || Gets half the total length of [] and sets it to n |- | back{n} || sets n to the output |- | ` ' ||...")
- 11:48, 19 March 2025 Storm-complete (hist | edit) [555 bytes] PrySigneToFry (talk | contribs) (Created page with "Storm-complete is a concept designed by PSTF. It was designed after he completed "The Storm" in the game Dancing Line. = What is Storm-complete? = To be Storm-complete, # It must be able to output 0. # It must be able to store 48 or 0 in any type of memory. # It must be able to output a descending sequence from 99 to 0. = Note = This concept is not conflict with PrySigneToFry-complete. The esolang will only be Storm-complete if it follow these three rules. = See...")
- 04:07, 19 March 2025 TypoScript (hist | edit) [855 bytes] Ps4 is good (talk | contribs) (Created page with " TypoScript is a small language made by Ps4 is good. === Syntax === The syntax in TypoScript is similar to Befunge but different in the fact that you can't move the PC up left down and right. It reads as right normally, and has no spaces. You can see the table [https://docs.google.com/document/d/1jxbdX-NAtdbWMXwyf6CJwkVev7P1Ru0vIDzcCF_l2Kw/edit?usp=sharing here]. === Using === If you want to use the program, you'll need to download the interpreter. Currently there...")
- 22:26, 18 March 2025 Non-Plushie-complete (hist | edit) [1,436 bytes] Buckets (talk | contribs) (Created page with "Most Programming languages are Plushie-complete, that means almost '''no''' Programming languages are Non-Plushie-complete. ==Rules== # It Cannot be able to print the number 4. # It Cannot be able to print the number 31. # It Cannot be able to store 2 in a variable. Those are the only 3 rules, the Opposite to Plushie-complete's Ruleset. ==Requirements== This means that It cannot support I/O and You cannot make a XKCD Random Number Program If The Programming...")
- 21:21, 18 March 2025 Red (hist | edit) [1,854 bytes] Buckets (talk | contribs) (Created page with "{{wrongtitle|title=<span style="background-color:red;color:black;"> </span>}} <span style="background-color:red;color:black;"> </span> is an Esoteric programming language created by User:Buckets in 2024. {| class="wikitable" |- ! Commands !! Instructions |- | 0 || Concatenate a 0. |- | 1 || Concatenate a 1. |- | # || Set to Null. |- | i || Set to the input. |- | o || Print it into ASCII. |- |- | <span style="background-color:red;color:black;">0</span> || Move up...")
- 19:33, 18 March 2025 TOIYEN (hist | edit) [2,852 bytes] Krolkrol (talk | contribs) (Created page with " = Quick Overview = Are you tired of programming languages that coddle you with convenience? Do you find yourself overwhelmed by the oppressive abundance of instructions in C or Python? Who needs if statements, loops, or—heaven forbid—functions, when you can have the raw, unfiltered experience of TOIYEN? This One Instruction Set Computer (OISC) boldly asks: What if we just didn't? TOIYEN is designed to strip away the unnecessary clutter that modern programming langu...")
- 17:41, 18 March 2025 Sammy (hist | edit) [5,588 bytes] Corbin (talk | contribs) (Stub for yet another category-theory language.)
- 14:13, 18 March 2025 BraXYZZYuck (hist | edit) [1,473 bytes] PrySigneToFry (talk | contribs) (Created page with "BraXYZZYuck is designed by PSTF. It is extended brainfuck, and can be written in Unicode. The official pronounciation is /bɹekʰsidzʲukʰ/. = Syntax overview = There are sixteen commands, and cells are calculate with WORD(maxima is 65535). Each command is half byte. <pre> 0: > 1: < 2: + 3: - 4: . 5: , 6: [ 7: ] 8: :(Output current cell as number) 9: ;(Input number to current cell, terminate with whitespace characters) A: ?(Set current cell to a random number betw...")
- 13:59, 18 March 2025 Ask (hist | edit) [1,088 bytes] JIT (talk | contribs) (Created page with "Ask is an esolang by User:JIT, 2025 ''"What if you just asked for Everything?"'' : -User:JIT,2025 {| class="wikitable" |+ Non-asked commands |- ! Commands !! what they do |- | Ask ' ' || Ask for that |- | YES || yes |- | NO || no |- | mov[]^ || move the unicode character [] up by 1 |- | XA{}[] || Give an Example [] to assign it to {} |- | mov[]v || move the unicode character [] down by 1 |} == Cat program == Ask 'mov[mov[mov[mov[mov[mov[mov[mov[mov[mov[m...")
- 12:49, 18 March 2025 RandomText (hist | edit) [543 bytes] None1 (talk | contribs) (Created page with "'''RandomText''' is a joke, no-code esolang invented User:None1, it prints random ASCII text by selecting a random integer within [31,127] and stops at 31.")
- 04:27, 18 March 2025 ☺ (hist | edit) [1,494 bytes] FurCantCodeAnything (talk | contribs) (reservation for 9786)
- 20:03, 17 March 2025 Eans, (hist | edit) [1,355 bytes] Buckets (talk | contribs) (Created page with "Eans, is an Esoteric programming language created by User:Buckets in 2021. {| class="wikitable" |- ! Commands !! Instructions |- | @ || Start point, will Randomly Choose a Direction. |- | $ || End point. |- | ^ || Point upwards. |- | v || Point Downwards. |- | < || Point leftwards. |- | > || Point where Right is. |- | # || Point backwards, not up nor down or the sides. |- | O || Point the Opposite direction of #. |- | * || Spew Out An Output in ASCII. |- | ? || Rece...")
- 13:28, 17 March 2025 Rinuk (hist | edit) [925 bytes] JIT (talk | contribs) (Created page with "Rinuk is an esolang by User:JIT, 2025 "''What if brainfuck but compact, but still readable?''" : -JIT, 2025 So, Rinuk is just brainfuck but compact, but still readable "Readable" means in this context, is just '''not an error unicode.''' (Like � or ) {| class="wikitable" |+ Here's what I decided |- ! BF numbers !! BF commands |- | 000 || > |- | 001 || < |- | 010 || + |- | 011 || - |- | 100 || . |- | 101 || , |- | 110...")
- 12:06, 17 March 2025 Amethyst (hist | edit) [11,862 bytes] PrySigneToFry (talk | contribs) (Created page with "Amethyst is a programming language designed by PSTF. It is influenced by Ruby, C++, Lua, Python and JavaScript. = Language Overview = Amethyst is a lightweight, high-level programming language that is primarily used to write cross-platform applications, data analytics, artificial intelligence, and more. Amethyst advocates a "villager" style of code – one that is quick to understand even for newbies. = Basic Syntax Concept = == My first program == print("Hello, world...")
- 21:00, 16 March 2025 Icea (hist | edit) [2,188 bytes] Buckets (talk | contribs) (Created page with "Icea is an Esoteric programming language created by User:Buckets in 2024. {| class="wikitable" |- ! Commands !! Instructions |- | ═, ║, ╔, ╗, ╚, ╝, ╠, ╣, ╦ and ╩. || Borders for Instructions. |- | #m || Set The inside border Identification m. |- | {n} || Activate that certain Border instruction n. |} Cat program: ╔═══════════════════╗ ║#1 Receive an input║ ╠════════════...")
- 04:05, 16 March 2025 1 8 1 8 1 (hist | edit) [2,776 bytes] Helpeesl (talk | contribs) (Created page with "== info == 1 8 1 8 1 (pronounced splits) is a 2D Esolang created by user:helpeesl on march 15th 2025. == commands == === splitters === Splitters split the pointer in two and they go in the directions that it is labeled Up r L l I g J v<br> Up-right r c { ( / j V<br> Right L c < F f _ e<br> Down-right l { < A ^ Q \ <br> Down I ( F A , : ) <br> Down-left g / f ^ , 7 }<br> Left J j _ Q : 7 > <br> Up-left v V e \ ) } > <br> === instructions === Instructions te...")
- 01:58, 16 March 2025 Iterate/Turing-completeness proof (hist | edit) [3,671 bytes] Aadenboy (talk | contribs) (Created page with "This proves Iterate's Turing completeness by implementing Bitwise Cyclic Tag. == Specification == <pre> Let L1 be a single cycle of the execution sequence, stored in base 10. Let L2 be the length of L1. Let L3 be the data string, stored in base 10. Let L4 be the size of L3. Let L5 and L6 be intermediary values. Execution: Halt the program if L4 is equal to 0 (that is, L2 is empty). Cycle L1: Reset L5 and L6. Divide L1 by 2. Store the...")
- 20:29, 15 March 2025 Esorn (hist | edit) [2,610 bytes] Buckets (talk | contribs) (Created page with "Esorn is an Esoteric programming language created by User:Buckets in 2020. {| class="wikitable" |- ! Commands !! Instructions |- | a || +1 |- | b || -1 |- | c || Go down 2 lines. |- | d || Set the point. |- | E || Go to the point. |- | f || Ignore the next command once. |- | g || If = 0, Go up 1 line. |- | h || Copy the current number & store it, With an Identification of the line number. |- | I || Replace the current number To The Stored Number & Identification via...")
- 09:24, 15 March 2025 16 bits, 256 bytes (hist | edit) [6,480 bytes] PrySigneToFry (talk | contribs) (Created page with "16 bits, 256 bytes is an Esolang designed by PSTF, and his new AI friend DeepSeek-R1 671b. It is to be not a joke, just like 6 bits, 12 bytes. It is second x-bits, y-bytes, non-joke langugage. = Overview = 16 bits, 2556 bytes uses a 16 bit CPU and 256 bytes memory. There is also infinity memory mode. = Charmap = We use this charmap. It is modified ASCII. <pre style='font-family:Consolas;'> . 0123456789ABCDEF 0 □┌┐└┘○●▲►▼◄◊☺☻♀♂ 1 ♠...")
- 03:55, 15 March 2025 Users:helpeesl (hist | edit) [12 bytes] Helpeesl (talk | contribs) (Created page with "Hi I’m Eli")
- 01:05, 15 March 2025 Marble maze (hist | edit) [4,287 bytes] Helpeesl (talk | contribs) (Created page with "== Info == Marble Maze is a multidimensional esolang made by Elijah Hunt(helpeesl) on March 14th 2025 and is inspired by marble mazes, hence the name. ==Commands== {| class="wikitable sortable" |+ Board commands |- ! Commands !! What they do |- | @ || When the program starts spawn a marble there |- | : || When touched duplicate that marble one to the right if there isn’t a marble or % there |- | $ || When touched input that marble’s value as a character or a at least...")
- 20:10, 14 March 2025 Truck (hist | edit) [1,114 bytes] Buckets (talk | contribs) (Created page with "Truck is an Esoteric programming language created by User:Buckets in 2024. After all Commands, The Index rotates Upwards or downwards By the digits of e (Excluding '2.'), Upwards if the digit's Decimal place is even, else Downwards for Odd digit decimal place It starts Normally For the first Command though. {| class="wikitable" |- ! Index !! Commands !! Instructions |- | 0 || Goto #B || Go to Line #B. |- | 1 || #A If #B || If #B, Go to Y, With the same #A. |- | 2...")
- 15:28, 14 March 2025 CJKGolfer (hist | edit) [15,017 bytes] PrySigneToFry (talk | contribs) (Created page with "CJKGolfer is designed by PSTF, which is inspired from Sclipting. = Most basic syntax = == Execution == CJKGolfer has a stack, and infinity amount of variables. Many of the instructions are based on stack. == Data types == # Numbers(数). Every real numbers are allowed to 数, such as 二根三加五七分六减四点三七八. # Complex(复). Write as 数实数虚. They converts to its geometrical absolute value when converts to integer. # Strings(字). Quote by...")