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).
- 02:41, 27 October 2024 BestCoder talk contribs created page A simple point and click language…? (Created page with "This language uses my game on scratch as syntax for an esolang == Commands == Key: ! Is self explanatory Commands: up down left right (those move in a 2d grid) win (goes out a level) level (goes in a level) no (noop) no to win replace to no left to right right to left up to down down to up (!) Commands not from my game: Place number (x) (places a number with value x at this spot) Remove number (removes it) Store number (stores this number in t...")
- 01:33, 18 September 2024 BestCoder talk contribs created page Cyclic automaton (Created page with "like linear bounded but it is circle")
- 01:28, 18 September 2024 BestCoder talk contribs created page Huhgolf (Created page with "this is actually a bunch of languages == Programs == hello world: golfprint("hello world") add two numbers: golfa=input();b=input();print(a+b) huhgolf interpreter: golfexec(input()[4:])")
- 00:28, 18 September 2024 BestCoder talk contribs created page Reverser (Created page with "my own reversible language == commands == out: output tuo: remove this from the output inp: input pni: undetermined so noop loop N c E: loop the following E c N pool: still loop stop: stop pots: start start: start trats: stop inc: increment cni: decrement dec: decrement ced: increment reverse: reverse the code esrever: do same thing == rules == my programming language reads from left to right (reverse would be right to left) so thats why it works")
- 00:21, 18 September 2024 BestCoder talk contribs created page Corder (Created page with "Recorder but you insert stuff == Inserting == x = hi[]hello x : [] no #x is now hinohello y = inseeeeeert y : e n # y is now insnnnnnnrt == Also here is unfunctioning == return y x: flip x y flip 2 3 # 3 2")
- 18:33, 7 September 2024 BestCoder talk contribs created page Direction (Created page with "This is a esolang that uses 2d syntax, plus orthogonal directions == The but == every direction command when you step on it it gets deleted == Commands == <>^v: direction commands I: get input and push it to stack ?: pops from stack and if that is 0 turn left >0 turn right, also doesnt disappear O: pops from stack and outputs it D: duplicate top of stack +: add top two -: sub top two in b-a where a is top *: mult top two /: div top two in b/a where a is top 1:...")
- 17:26, 7 September 2024 BestCoder talk contribs created page Timelang (Created page with "You have to wait to code == Idea == time mod 8 determines what thing gets ran time%8 do 0 add one to current cell 1 sub one to current cell 2 move one cell left 3 move one cell right 4 input to cell 5 output from cell 6 start while cell != 0 7 end while cell != 0 that was time%8 to do table == Syntax == you wait by specifying wait times 0 5 3 5 3 5 that was 123 program")
- 17:18, 7 September 2024 BestCoder talk contribs created page Category talk:Turning tarpits (Created page with "you mean turing tarpits")
- 17:09, 7 September 2024 BestCoder talk contribs created page Try/hello world (Created page with "Message is an esolang about hello world == Main == Output is Message")
- 02:24, 19 July 2024 BestCoder talk contribs created page Tictactoe (Created page with "tictactoe uses tictactoe moves are reperesented as a number: 123 456 789 and you can never place a thing where something is there so you should try to do something else == rules == if you win, 1 if you lose, 0 if you tie, 0.5 base 3 == how to do stuff == brainf 000: + 001: - 010: > 011: < 100: . 101: , 110: [ 111: ] these are from the winning and losing sequences")
- 02:04, 19 July 2024 BestCoder talk contribs created page Schrodinger's fish (Created page with "this is combination of deadfish and alivefish == commands == s, square S, square root, also works for negative numbers i, increment I, integral the previous values and the thing will be that d, decrement D, double the thing o, output O, input == test programs == Oo #should be cat ODo #should be double cat, not two letters of cat, but just get number, and double it and output dio #should output 0+1i")
- 23:40, 12 July 2024 BestCoder talk contribs created page Fractaler (Created page with "fractaler is a thing that uses fractals to code == instructions == X -> A, B... [condition] - X splits into A and B... only if condition X -< A - X has a value A - X - count number of X > X (A,B,C...) places X, with maybe the values being ABC... == fixed cat == X -< A X:A -> X:A-1 [X:A>1] > X A:5 - X #should be 5")
- 23:05, 12 July 2024 BestCoder talk contribs created page Hippopotomonstrosesquippedaliophobia (Created page with "this uses long words: hippopotomonstrosesquippedaliophobia(n) #prints n supercalifragilisticexpialidocious(n) #evalulates n pneumonoultramicroscopicsilicovolcanoconiosis(n) #simulates n in brainf")
- 17:32, 20 June 2024 BestCoder talk contribs created page You wait here (Created page with "You will wait one second every wait command == Commands == print: prints the amount of seconds waited repeat[commands]: repeats the commands the amount of waited seconds, every iteration, wait -1 seconds, aka wait 0 but subtract one from the seconds waited wait: wait 1 second split: splits the amount of seconds in half, but then wait 1 second input: wait the number in the input seconds end: end the program rewind: rewind time, aka subtract 1 from time waited, but...")
- 22:33, 16 June 2024 BestCoder talk contribs created page Selfermodif (Created page with "there is some commands == commands == x, replaces itself with the code after it ending at X reversed, aka x123X would turn into 321123X X, for the x command, it does the same thing but with the thing reversed y, replaces itself with the recently replaced reversed, aka x123Xy would turn into 321123X123 z, reverses one step of replacing, aka x123Xz would turn into x123Xz w, turns into the last command ran, note also ran at the same time, with the pair and the code in...")
- 22:07, 16 June 2024 BestCoder talk contribs created page Recorder/Rules (Created page with "nothing")
- 21:17, 15 June 2024 BestCoder talk contribs created page 2d (Created page with "2d is a programming language that is 2d, but it uses jumping and matching == Commands == [ ... ], anydir, if the code pointer is 1, jump, else turn around ( ... [a symbol that is ] or ) or }], anydir, if the symbol is ), jump, elif the symbol is ], then set the ( to the symbol after that, elif the symbol is }, turn around and flip the code pointer ., end the program with the code pointer value ,, input the code pointer value, 1 or 0 >v<^, change direction, but if...")
- 20:59, 15 June 2024 BestCoder talk contribs created page Flippers (Created page with "ok, so this uses marbles == Commands == #, wall for thing that defines marble direction \*, marble that goes right if #O, else if O#, left, right by default, marbles go down, only, when they don't have a symbol below them, when they go down, the direction that they start in doesn't work _, normal floor \, marbles fall into this then they go right /, marbles fall into this then they go left [, like the \, but when it gets touched, it turns into ] ], like the /, b...")
- 20:41, 15 June 2024 BestCoder talk contribs created page Onk (Created page with "Onk is a programming language that has this operation, (a, b) -> (b, r(a)), where r(abc) -> cba, so a turns into b, and b turns into reversed a")
- 20:38, 9 June 2024 BestCoder talk contribs created page Talk:Xand (Created page with "Put code for a turing machine or something: == Turing machine code ==")
- 19:08, 9 June 2024 BestCoder talk contribs created page Hmm (Created page with "this programming language is about questioning stuff == asking == ask [person] [question] - person gets set to question answer [person1] [person2] [answer] - if the person2 ever asks answer, it doesn't happen know [person1] [person2] - if person2 knows the answer that person1 asked, person1 forgets the answer == Program == ask guy "you suck" answer guy2 guy "you suck" know guy guy2 ask guy "you suck" #happens because of line 3")
- 18:32, 9 June 2024 BestCoder talk contribs created page Light Switch (Created page with "this programming language is about light switches == Commands == s, a room with a switch S, a dark room with a switch `, a room ~, a dark room >v<^-|+, wire e, the end !, the start == Notes == this is a 2d programming language, and the "person", goes through the rooms, but runs away from the dark rooms, and switches turn light to dark, and dark to light, but the wires, also do that when active, the person always presses the switch == Example == ssssssssssssss...")
- 18:07, 9 June 2024 BestCoder talk contribs created page Whap (Created page with "you do whappy stuff == commands == whap [thing] - adds 1 on to [thing] whop [thing] - subtracts 1 on to [thing] whep [thing] - sets [thing] to input whup [thing] - outputs [thing] whip [thing] [thong] - if [thing] == [thong], run the indented whyp [thing] [thong] - if [thing] != [thong], run the indented till that is true whp [thing] - define [thing] to be 0 == cat == whp zero whp input whap input whyp input zero whep input whup input")
- 16:21, 2 June 2024 BestCoder talk contribs created page Doors (Created page with "Roblox Doors but Esolang == Info == Doors is a 2d esolang that has two rows, the game, and the info for the rooms If you don't know what Roblox Doors is, immediately leave this and play it before you get spoilers == Commands == r - rush, has no info, adds one to the player, aka, deaths = the value of the player a - ambush, has an info, adds the value of _ to the player _ h - halt, has no info, stops the program s - screech, has no info, reverses the player, so the...")
- 01:35, 28 April 2024 BestCoder talk contribs created page DataComs (Created page with "This is a language that has data in the command space, here’s how it works == How == There are commands that can edit the code WRITE $3 SUCCESS NOOP N N !the line above this will turn into “SUCCESS N N” There are ones that read OUTPUT $3 N HI N N !this outputs “HI” And more RUN $2 OUTPUT $1 N N !this outputs “RUN”")
- 01:19, 28 April 2024 BestCoder talk contribs created page Self destruct (Created page with "This programming language uses self destruction to do stuff == Self destruct == the two letters on the side of a symbol is lowercase aDb - destructs itself and a and b, aka turn those into E aT - if a is U or B, turn into D E - turns into S Sb - turn b into S and S into b, if b is not P or B aP - if a is S, turn into B aB - if a is not S, turn into P aW - if a is U or B, turn into U, else turn into W aO - if a is U or B, stop program _ - do nothing == Cool thin...")
- 20:53, 13 April 2024 BestCoder talk contribs created page How to Make a call stack work (Created page with "Here is a call stack in python, yayayayayay == Expected outside variables == linenum == Code == class Callstack(): def __init__(): this.callstack = [] def push(code, lnum): this.callstack.push([code, lnum]) def pop(): return this.callstack.pop() cstack = new Callstack() linenum = 0 cstack.push("main", 0) linenum += 100 linenum = cstack.pop()[0] #linenum now is 0, and there is nothing in the callstack")
- 20:43, 13 April 2024 BestCoder talk contribs created page Category:Tutorials (Created page with "These pages in here are tutorials")
- 20:38, 13 April 2024 BestCoder talk contribs created page Number hyperlist (Created page with "Number hyperlist is a data type I invented which improves on the length of number then the number list thing, aka <code>112123123</code>, which would be 1, 12, 123 == The stuff different about it == 0 usually just does nothing in the other thing I was refering about, but I will make it do stuff if you put 0 then 2, then it will contain 2 list items, the list items contain the number of things in it, then the stuff in it, which will be in the length number then number...")
- 01:45, 29 March 2024 BestCoder talk contribs created page Self2 (Created page with "like Self but better == Reverse == Reverse prints the code but reversed, aka the "Reverse" program would result in "Reverse", because it reverses the order of the code == R(a command) == Runs the thing it does, example "RSelf" would run "Self" because "Self" prints "Self", but it would not be infinite other example is "RReverse Self", which would run "Self RReverse", then "RReverse Self"... which would be an infinite loop, which would print "Self" forever...")
- 23:58, 19 March 2024 BestCoder talk contribs created page Walking straight forward (Created page with "Walking Straight Forward is a programming language I made based on a song I made called Walking Straight Forward, the song goes like: Walking straight, Walking straight, Straight forward! Walking straight, Walking straight, Straight forward! Walking straight, Walking straight, Straight forward! Stop. Turn [direction], Turn [direction]. {loops}")
- 16:24, 17 March 2024 BestCoder talk contribs created page Xyz (Created page with "Xyz is a programming language that uses letters == How it works == it translates the letters a-z to 1-26")
- 00:27, 16 March 2024 BestCoder talk contribs created page Recursive (Created page with "<span class="spoiler">hi</span>")
- 22:44, 15 March 2024 BestCoder talk contribs created page Nested one input functions (Created page with "Nested one input functions is a programming language that uses one input functions == Functions == a: b: ^b b <hi<hello !this returns hi hello !the functions are defined by their inputs, ^ is the previous input function, !the ^b refers to the a in the upper function, < runs the previous function !with this input, the <hi inputs hi into a and results in: !b: ! hi b !then the <hello inputs hello into this resulting function and it results in hi hello !t...")
- 01:34, 14 March 2024 BestCoder talk contribs created page Two commands (Created page with "Two commands is a programming language that uses two commands == Commands == 0 - add 0 to the start of the code and add 1 to the end of the code 1 - if the end of the code is 1, add 0 at the end of the code as a command, and remove the first digit of the program EOF - return program == Example == 0 infinite loop 0 001 0010 001001 0000010 000001001 ...")
- 22:53, 9 March 2024 BestCoder talk contribs created page Texter (Created page with "Texter uses text to code == Commands == a*b concatenates a and b, if a was ab and b was c, it would result in abc a/b remove instances of b in a, if a was abc and b was bc, it would result in a !a reverses the order of the letters in a, if a was abc, the result would be cba \a escapes a, if a is a symbol, escape it, else do nothing to a, if a was *, it would result in * as a text, not a symbol a^b reverses a and concatenates a and b, if a was ab and b was c, the res...")
- 21:52, 9 March 2024 BestCoder talk contribs created page ∞D (Created page with "∞D is a programming language that uses a ∞D cube for data and programming == Commands == >D move in the Dth dimension forwards <D do that but backwards %C right C on that place as a instruction == Instructions Instructions are ran the way it is facing >D rotate in the Dth dimension right <D do that but left + add one to internal var - subtract one from internal var * place the internal var here, aka making it external, vvv also makes a new internal var, when...")
- 20:47, 9 March 2024 BestCoder talk contribs created page Lifelang (Created page with "Lifelang is a programming language that describes a single day in a life but you can code using it == Elements of the day == These are the elements of the day Start when you wake up, the code below start runs End this is the end of the day, anything after this is a comment == Commands == Go to [place] Goes to [place] Buy [thing] {only works when at store} Makes [thing] exist as a thing Store [thing] in bag Put [thing] into the bag you have Eat [food] {only works wh...")
- 01:50, 9 March 2024 BestCoder talk contribs created page Imagerlang (Created page with "Imagerlang is a programming language that uses images to make data == Commands == + increment the X var * increment the Y var - decrement the X var / decrement the Y var # place a cell at X var Y var where the value is X var $ place a cell at X var Y var where the value is Y var ~ place a cell at X var Y var where the value is a input which is X var or Y var, like the question is "X or Y" ! check the cell at X var Y var and if it is the value of its X position, s...")
- 03:27, 8 March 2024 BestCoder talk contribs created page Understander (Created page with "Understander is a programming language that uses "Understand text as concept" to do stuff = What it does = == Right now == The interpreter doesn't understand anything but understanding")
- 03:21, 8 March 2024 BestCoder talk contribs created page File:Truefunction.png (a true function in [lang])
- 03:21, 8 March 2024 BestCoder talk contribs uploaded File:Truefunction.png (a true function in [lang])
- 03:16, 8 March 2024 BestCoder talk contribs uploaded File:Square.png (a indentity function in [lang])
- 03:12, 8 March 2024 BestCoder talk contribs created page File:Square.png (Created page with "ok")
- 03:06, 8 March 2024 BestCoder talk contribs created page Squarelang (Created page with "{{wrongtitle|title=[lang]}}")
- 01:59, 8 March 2024 BestCoder talk contribs created page 2dthings (Created page with "2dthings is a programming language that uses things that interact with each other = Some stuff = == Things == "o" a ball that just rolls right unless interacts with mirror "v>^<" a mirror that can change the direction of a ball "?" a checker that checks if a ball is there and if there is then turn the checker to a unchecker "!" a unchecker that checks if a ball is there and if there is then turn the unchecker to a checker "Y" a branch and if a ball goes on it, if th...")
- 01:37, 8 March 2024 BestCoder talk contribs created page Count counters (Created page with "Count counters is a programming language that uses counters that count after a certain number of firings to do stuff = Things you want to know = == Instructions == "*" always counts * >returns 1,1,1,1,1,1,1,1... "(n)" counts every n times (2) >returns 0,2,0,2,0,2... "[n)" uses the counter on the [ side to count every times it does that n (2)[4) >returns 0,2,0,2,0,2,0,6,0,2,0,2,0,2,0,6... "(n]" does the same thing but on the ] side (2](2) >returns 0,2,0,4,0,2,0,4...")
- 17:40, 3 March 2024 BestCoder talk contribs created page Getterlang (Created page with "Getterlang doesn't use numbers or literals at all, only commands and labels = Info = == Elements == Comment "C" Ccomment Open "E" EEEECerror Close "D" EEEDDEEDDEEDDD Up "U" U Goto "G" GEUUDCgoes to line 2 GEUDCgoes to line 1 Get "T" TEUUDCgets the value of line 2 which is 3, aka UUU, also including Cthree UUUCthree Label "<name>L<val>" aLUUU bLUUU cLTEaDTEbD")
- 03:35, 3 March 2024 BestCoder talk contribs created page Gamelang (Created page with "Gamelang uses WASD stuff to do code = How to do stuff = W<dir> - move in direction of dir, WASD do ULDR up left down right, E direction does nothing S<anything> - set current cell to a command R<dir> - run current into direction dir")
- 02:08, 28 February 2024 BestCoder talk contribs created page Codack (Created page with "Codack (CODing stACK) uses Codacks to do stuff = Codack stuff = == Codack format == Codacks are formatted like this <code>/\[((<code>|(\d+))(,(<code>|(\d+)))*)?\]/</code><br> examples that are formatted correctly: [1,2,3,5] [code,3,code,9] [code,code,code,code] [] [1] [1,2] [1,2,3] [1,2,3,4] [1,2,3,4,5] note: 'code' is a placeholder for code that could go there Codacks can contain Codacks [[1,2,3,4,5],12,2,[1,3,45,5,4,32,3,4,2,8],4,0,[1,2,3,5,6,3,0,3,4],0,3,[1,...")