All public logs

Jump to navigation Jump to search

Combined display of all available logs of Esolang. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 22:10, 16 January 2026 A() talk contribs created page Welp, nope. (Created page with "User: A() made this. == Commands == x: n, y, z ; if input is n jump to y and add z This is only command. This is basically a Minsky machine. ! - any variable == Programs == === Truth-machine === 1 3 0 ! 4 0 1 1 0 ! 0 0")
  • 19:55, 16 January 2026 A() talk contribs created page Duckwise Northward/Turing Complete proof (Created page with "Any program in BF that has an infinite loop can be written like this: @$k[...]c Or: ~$[...]/ As long as the cell isn't 0 and the loop doesn't contain the start and end often, it should work. == Loops == {| class="wikitable" |+ Loops |- ! Code !! Name |- | @$k[...]c || Basic |- | #~$[...]/ || Complex |- | )(@$/ || Garbage |}")
  • 19:33, 16 January 2026 A() talk contribs created page Talk:Duckwise Northward (Created page with "I will be surprised if anyone does anything in this language. -- ~~~~ == Challenges == * Make a hello world program * Make a FizzBuzz program * Make a BF interpreter in Duckwise Northward * Make a calculator * Make a self interpreter * Make an OS * Make AI")
  • 23:40, 15 January 2026 A() talk contribs created page Duckwise Northward (Created page with "User: A() made it to be hard to program in, so every command must be used once and if you run out of commands they reset and you can use them again. == Commands == {| class="wikitable" |+ Caption text |- ! BF !! Command !! Explanation |- | [.-] || ( || out then dec until 0 |- | [+ || ) || inc |- | .] || ^ || print end loop |- | ]+[ || v || inc? |- | ,. || % || input then print |- | ]-[ || _ || dec? |- | ++++ || # || add 4 |- | --- || > || dec 3 |- | >[ || k || mo...")
  • 23:04, 14 January 2026 A() talk contribs created page GLUG (Created page with "GLUG is made by User: A(). It was inspired by C# and Atari Basic. == Commands == {| class="wikitable" |+ Commands |- ! Header text !! Header text |- | SUB[]! || Subroutine |- | GOSUB! || Goto subroutine |- | ASK()! || Input |- | BUTTON()! || Key input |- | VAR || declare variable |- | IF (CONDITION) DO [] || if statement |- | CURSOR(X,Y) || Puts cursor at x, y (0, 0 is at the top right corner and 255, 255 is the bottom left) |- | DRAW(R, G, B) || draw pixel at cu...")
  • 19:12, 10 January 2026 A() talk contribs created page JUGGLE (Created page with "JUGGLE is a Wikipedia: Group Theory based programming language that is the second generation of GTPS made by User:A() while also being inspired by Burro == What Is A Group Based Programming Language? == I ''could'' say that a group based programming Language defines a group with n elements and defines actions that map elements to other elements in aforementioned group, but there isn't enough esolangs so probably not. == Commands == {| class="wikitab...")
  • 02:35, 9 January 2026 A() talk contribs created page Pascal's Modified Triangle (Created page with "Take any two numbers: p and q, and output this sequence: p + q 2p + 2q 3p + 3q p + (p + 2p + 3q) + (3p + 2q + q) + q ect Category: Programming forms")
  • 00:26, 7 January 2026 A() talk contribs created page GTPS (Created page with " Group Theory Programming System is a programming language made by User: A() with the intention of being based on [https://en.wikipedia.org/wiki/Group_theory| Group theory]")
  • 22:01, 4 January 2026 A() talk contribs created page PMPL (Created page with "Polish Math Programming Language is called that because it uses [https://en.wikipedia.org/wiki/Polish_notation| Polish notation] (also PNPL was taken) User: A() brought this into existence. == Commands == Here is a list of commands Polish Math Programming Language uses: {| class="wikitable" |+ Commands |- ! Command !! Effect |- | <code> j x y </code> || if x is odd jump to y |- | <code> p x </code> || print x |- | <code> a </code> || accumulator |-...")
  • 17:31, 3 January 2026 A() talk contribs created page CHOOSE (Created page with "== Intro == Alright, imagine an alien computer. Everyone is really excited to use it, but the only thing it can do is search for programs that matches with an output, and also those programs also search for programs that do the exact same thing. Is it possible to even do anything with this highly theorical programing language? This was a thought experiment by User: A() == Rules == The translated instruction manual says as follows: ⦁ Every program can be describe...")
  • 23:27, 2 January 2026 A() talk contribs created page SOAPCAL (Created page with "The idea of this programing language is to be a functional paradigm which uses emojis. Also this was made by User: A(). == Syntax Rules == * Numbers are lambda expressions meaning you can apply a number to itself ( Same with bools ) * Every line must have <code> ? </code> preceding it * Strings are functions that return themselves === Syntax For Functions === ? ( a ‪‪❤︎‬ [ b ] ) b gets feed into a ? ( a ⤷ [ a1, b1, c1 ] . n ) a is a function that has va...")
  • 18:11, 1 January 2026 A() talk contribs created page LambdaWreck (Created page with "==Syntax== *<code>func x =: </code> declare new function x *<code> lambda.(type) x: </code> declare new lambda function with type and input x * <code> pass: x </code> return x ==Programs== ===Hello World!=== This program outputs "Hello World" to the console func hello =: lambda.str x: pass: "Hello World" end end out: func.hello (x) end ===Omega=== Feeds the input itself func Omega =: lambda.any x: pass: x(x) end end out: func.Omega (x) end...")
  • 22:48, 31 December 2025 A() talk contribs created page BALLMACHINE (Created page with "Balls are affected by gravity and can be pushed around by arrows and mirrors ==Commands== {| class="wikitable" |+ Caption text |- ! Header text !! Header text |- | b || make new ball |- | > || move ball forward |- | < || move ball backward |- | S || when a ball enters it switches the direction |- | _ || stops ball from falling |- | . || Nop |} ==Programs== ===Truth-machine=== b. ><")
  • 01:02, 31 December 2025 A() talk contribs created page Hair (Created page with "Have ever wanted your code to look like a hair style? Well now you can! ==Commands== {| class="wikitable" |+ Caption text |- ! cmd !! |- | ( || move forward any random amount |- | ) || move backward any random amount |- | / || inc cell |- | \ || dec cell |- | { || inc accumulator |- | } || dec accumulator |- | l || set cell to accumulator |- | - || set accumulator to cell |- | [ || jump to random ] if cell doesn't equal accumulator |- | ] || |- | = || print...")
  • 23:09, 30 December 2025 A() talk contribs created page Talk:Slug+ (Created page with "Submit Any useful programs for Slug and Slug+")
  • 18:27, 30 December 2025 A() talk contribs created page Slug+ (Created page with "Slug+ is a modification of Slug that is Turing Complete. ==New commands== .jump \n ; jumps .jumpif @b, \n ; jump condition ==Programs== ===Truth-machine=== 1 n: .in 2 b: ~@n = n 3 n .out 4 .jumpif @b, \3")
  • 17:52, 30 December 2025 A() talk contribs created page Slug (Created page with "Slug is a programming language which can only do things a finite number of times, meaning that you can't make infinite loops. Slug also needs to be compiled. ==Syntax== You can store values in lines. Like this: 1 #0 Line one has the value of 0. You can also store strings in lines: 1 "Hello world" You can label lines using the ':' command. 1 str: "Hello world" To print you use the .out command: 1 "Hello, world" .out But what if we want to print a variable, how do...")
  • 02:12, 30 December 2025 A() talk contribs created page Zero: Zero; Zero! (Created page with "A stupid esolang, by User:A() ==Commmands== {| class="wikitable" |+ Caption text |- ! Header text !! Header text |- | zero: || int zero |- | zero; || statement, nop, op |- | zero! || whatever. |} ==Rules/syntax== Always start program with "zero:"")
  • 01:49, 29 December 2025 A() talk contribs created page EtomemoteetomemoteetomemoteetomemotE (Created page with "This language operates on memory by copying flipping bits in a text file by User:A() ==Commands== {| class="wikitable" |+ Caption text |- ! Header text !! Header text |- | _ || Copy bit to next bit |- | / || flip bit |- | \ || flip copy |- | : || copy flip |- | { || copy if last bit is 1 |- | } || copy if last bit is 0 |- | ( || move forwards |- | ) || move backwards |- | [ || jump backwards 3 in code if bit is 0 |- | ] || jump backwards 3 in code if bit is 1 |- | %...")
  • 17:23, 28 December 2025 A() talk contribs created page 2 variable trickery (Created page with "2 variable trickery was made to be interpreted by C# as a test. By User:A() ==Commands== {| class="wikitable" |+ Commands |- ! Cmd !! Action |- | X || print out X |- | Y || print out Y |- | X+ || update X by 1 |- | Y+ || update Y by 1 |- | X- || update X by -1 |- | Y- || update Y by -1 |- | ++ || add X and Y store in X |- | -- || subtract X and Y store in X |- | / || div X and Y store in X |- | * || multiply X and Y store in X |- | T || if X is Y, print X forever...")
  • 19:24, 27 December 2025 A() talk contribs created page NibbleComputation (Created page with "A small language by User:A() ==Commands== {| class="wikitable" |+ Caption text |- ! Header text !! Header text |- | [n1.n] || nibble 1 is n |- | ![n1.n2.n3] || compare two nibbles and send result to n3 |- | > || shift bits right |- | < || shift bits left |- | @[n1.l] || if n1 is greater than 0 then jump to label l |- | +[n1.n2.n3] || add two nibbles and send result to n3 |} ==Programs== ===Truth-machine=== [1,i] # input [2,0000] Comp ![1.2.3]...")
  • 19:43, 24 December 2025 A() talk contribs created page ;x (Created page with "A piece of insanity by User:A(). This needs to be in a catergory called char vomit. ==Commands== *<code> n=:;x </code> - let x = n *<code> -n:;x </code> - x-n *<code> +n:;x </code> - x+n *<code> /n:;x </code> - x/n *<code> i:,;: </code> - input *<code> o:;:n </code> - output as char *<code> y:x:z </code> - if x is y, pass to z *<code> n!:,; </code> - not n ==Programs== ===Addition=== i:,;:)=:;x` i:,;:)=:;y` 0=:;z` -48:;x)=:;x` -48:;y)=:;y` +y:;x)=:;z` +48:;...")
  • 23:58, 12 December 2025 A() talk contribs created page Human-81 (Created page with "Human-81 is an Esolang made by User:A() for humans. It was designed to be simple to read, but also with less commands than other languages. ==Commands== {| class="wikitable" |+ Commands |- ! Cmd !! Header text |- | Start, (Name), with (inputs). || function |- | End. || Example |- | Print, "(text)" || Example |- | When [Condition], || If statement |- | Add (a) to (b) || a+b |- | Subtract (b) from (a) || a-b |- | While [Condition],|| While loop |- | (a) is (b) ||...")
  • 23:57, 7 December 2025 A() talk contribs created page BB (Created page with "BB is Basic Binaries")
  • 23:15, 7 December 2025 A() talk contribs created page LETTER (Created page with "LETTER is a BF equalivent by User:A() ==Commands== {| class="wikitable" |+ Commands |- ! BF !! Cmd |- | ] || Let's move on parhaps? |- | [ || So hello! |- | + || Very great news! |- | - || Unpleasent news. |- | > || You might thinking, |- | < || But, |- | , || I would like to hear from you! |- | . || Well, that's that. |} Always start with Dear, Reader and end with Love, Programer. ==Programs== ===Cat=== Dear, Reader I would like to hear from you!...")
  • 21:49, 7 December 2025 A() talk contribs created page Basic Binaries (Created page with "Basic Binaries is a low-level Esolang made by User:A(). ==Commands== {| class="wikitable" |+ Caption text |- ! Cmd !! Op code !! Explaination |- | sta || 00000001 || Starts program |- | end (or hlt) || 00000010 || Ends program |- | ltr || 00000011 || Load to register |- | lir || 00000100 || Load input to register |- | inc || 00000101 || Increments register |- | reg || 00000110 || Calls register |- | txt || 00000111 || Outputs Hex value |- | iri || 00001000 || If...")
  • 00:33, 5 December 2025 A() talk contribs created page EsoBall (Created page with "EsoBall is an esolang made by User:A(). Inspired by https://en.wikipedia.org/wiki/American_football. ==How it works== There are two teams, Team Program and Team Blockers. In order to output a 1, Team Program must throw it to the goal. To output a zero, Team Blockers must score. The program terminates after a certain amount of time. There is a seed program, which takes in itself as input and slowly mutates.")
  • 23:56, 18 August 2025 A() talk contribs created page Mama,ILearnedhowto do (Created page with "Mama,ILearnedhowto do is a programming langauge where you explain to your mother what you have learned. ==Commands== {| class="wikitable" |+ Commands |- ! Header text !! Header text |- | Mama. || start of program |- | . || end of line |- | I learned how to do X: Y || Function |- | You make it bigger || inc |- | You make it smaller || dec |- | You say how big it is || output |- | You ask how big it is || Input |- | When it is bigger than 0 you go back to instruction y...")
  • 22:00, 8 August 2025 A() talk contribs created page Insanely Easy (Created page with "[[Totally<sup>Insanely<sup>Easy</sup></sup> <gallery> Screenshot 2025-08-08 5.57.17 PM|Caption1 </gallery> ]]")
  • 18:00, 8 August 2025 A() talk contribs created page 3DGrid (Created page with "3DGrid uses a 10 by 10 by 10 3d grid of numbers as a program. User:A() made it. ==Commands== 00 - nop 01 - move forwards 02 - move backwards 03 - move left 04 - move right 05 - move up 06 - move down 07 - Intersection 08 - make new Pointer, and make it move backwards 09 - add 1 to Pointer 10 - subtract 1 from pointer 11 - if Pointer A is greater than Pointer B, Pointer A keeps moving, elseif Pointer B is greater than Pointer A, Pointer B keeps movin...")
  • 21:00, 7 August 2025 A() talk contribs created page KofThatChickonBonkHeadAndEatITAfterDinnerWithTHeKids0rElseWEwIllDiE,S0PleseDoITForUSWhiLeWestillAreALIVEPLEASE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (Created page with "KofThatChickonBonkHeadAndEatITAfterDinnerWithTHeKids0rElseWEwIllDiE,S0PleseDoITForUSWhiLeWestillAreALIVEPLEASE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! is a joke lang made by User:A() ==Commands== KofThatChickonBonkHeadAndEatITAfterDinnerWithTHeKids0rElseWEwIllDiE,S0PleseDoITForUSWhiLeWestillAreALIVE - Add a W to the string PLEASE!!! - if the length of the string is an odd number jump to line 3 or line the amount of ! LisTenT0mEpLease!! - Input from the...")
  • 20:13, 7 August 2025 A() talk contribs created page SJBF (Created page with "SJBF or Scratch Junior BF,is a BF derivative based on Scratch Junior made by User:A(). ==Commands== > < + -|if belowzero Broadcast message} Message|Code} , . ==Programs== ===InfLoop=== -|#1} #1|+>[x]<-|#1}} ===Truth Machine=== ,-|#1}#1|+>+.-<-|#1}} ===Addition=== ,>,-|#1}#1|++<+>-|0#}-|2#}-|#1}}2#|<.} ===Subtraction=== ,>,-|#1}#1|++<->-|0#}-|2#}-|#1}}2#|<.}")
  • 22:12, 1 August 2025 A() talk contribs created page 52 (Created page with "52 is very bad. Made by user:A(). It takes place on a 20 by 30 board ==Commands== # 2222 - ! - negate cell # 2522 - ( - start if cell is 1 do: # 5222 - ) - end # 2252 - > - move left (no, i did not make a mistake) # 5252 - < - move right (no, i did not make a mistake) # 2552 - v - move up (no, i did not make a mistake) # 5552 - ^ - move down (no, i did not make a mistake) # 2225 - ` - print program Then you have to put the program into binary than use that...")
  • 15:21, 1 August 2025 A() talk contribs created page Wiredwalls (Created page with "Wiredwalls is an esolang made by user:A(). ==Commands== {| class="wikitable" |+ Commands |- ! Command !! Instruction |- | * || Turns wire on |- | i || Input |- | - || Wire |- | | || Wire |- | ^ || Branch up |- | v || Branch down |- | > || Branch Right |- | < || Branch Left |- | [!] || Negate wire |- | + || Cross Wire |- | [<&] || If two wires are on then output on to the left wire |- | [&>] || If two wires are on then output on to the right wire |- | E || End the wir...")
  • 21:32, 3 July 2025 A() talk contribs created page Kas (Created page with "Lua, but even smaller. Made by User:A() == Commands == - >> c ; while conditon do - << ; end - r() ; input - w() ; ouput - . ; ends each line - va x = value ; vars - & || ! + - == ; operations - Br() ; break == Programs == === Truth machine === va x = r(). >> x. w(x). <<. w(x). === Calculator === va a = r(). va b = r(). va op = r(). >> op == 1. w(a+b). br(). <<. >> op == 2. w(a-b). br(). <<. >> op == 3. w(a*b). br(). <<. >> op...")
  • 16:22, 26 June 2025 A() talk contribs created page Baba Is Turing machine (Baba is Turing machine is inspired by Babalang)
  • 13:55, 26 June 2025 A() talk contribs created page Talk:Milk (Created page with "This discussion page was made by User:A() ~~~~")
  • 22:51, 25 June 2025 A() talk contribs created page Boo! (Created page with "Boo! is a language that uses 3 languages, HQ9+, Brainf , and Boo!. Boo! was made by User:A() ==Commands== - - subtracts one from the accumulator A - outputs Accumulator BF[n] - Does the nth Brainf command H[n] - Does the nth HQ9+ command B[f](n) - Makes new Boo! command called n ==Programs== ===Cat=== B[BF[6]BF[5] Cat ](Cat) Cat ===Truth machine=== BF[6]BF[7]BF[5]BF[8]BF[5] Catergory:Turing complete")
  • 19:31, 25 June 2025 A() talk contribs created page This language doesn't exist (Created page with "This language doesn't exist by User:A() ==Commands== & - does whatever it wants whenever it wants ==Programs== ===Hello world=== &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&... ===This language doesn't exist interpeter=== &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&...")
  • 15:56, 25 June 2025 A() talk contribs created page !Matrix (Created page with "!Matrix only uses matrices to store data, it was made by User:A(). ==Programs== ===Truth machine=== 1 MAKE NEW MATRIX WITH DIMENSIONS (1,1) CALLED ‘INPUT’ 2 ACCEPT INPUT FROM USER AND FILL CELL AT (1,1) FROM MATRIX ‘INPUT’ 3 GOTO LINE 5 IF < (<GET CELL FROM MATRIX ‘INPUT’ AT (1,1)>) IS (<1>) > IS TRUE 4 GOTO LINE 7 IF < NOT(< (<GET CELL FROM MATRIX ‘INPUT’ AT (1,1)>) IS (<1>) >) > IS TRUE 5 PRINT MATRIX ‘INPUT’ 6 GOTO LINE 3 IF <TRUE> I...")
  • 01:59, 24 June 2025 A() talk contribs created page CoS (Created page with "CoS (Compare or Subtract) is a 2d esolang made by User:A() inspired by the minecraft comparator. ==Instructions== {| class="wikitable" |+ Instructions |- ! Instructions !! Action !! Color |- | > || Change direction to right || dark grey |- | < || Change direction to left || grey |- | ^ || Change direction to up || red |- | v || Change direction to down || blue |- | + || Bridge || purple |- | ! || add 1 to dot || Green |- | @ || Subtract 1 from dot || teal |- | [1\0...")
  • 00:10, 24 June 2025 A() talk contribs created page Brain-accumulator (BF with only an accumulator and 3 instructions made on June 22 2025)
  • 22:15, 23 June 2025 A() talk contribs created page ~a (~a|b> is a quantum esolang)
  • 16:06, 22 June 2025 A() talk contribs created page Category:Turing complete with recursion (Created blank page)
  • 16:03, 22 June 2025 A() talk contribs created page Category:Semi-joke langauge (Created blank page)
  • 16:01, 22 June 2025 A() talk contribs created page Category:Boolean Algebra (Created page with " === K === *Kool")
  • 16:00, 22 June 2025 A() talk contribs created page Kool (KooL is a joke language)
  • 14:01, 22 June 2025 A() talk contribs created page Rulez (Rulez is a 1D cellular automata simulator)
  • 12:35, 22 June 2025 A() talk contribs created page User talk:A() (I talk about stuff)
  • 00:46, 22 June 2025 A() talk contribs created page User:A() (Here is where i put my esolangs)
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)