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
  • 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,...")
  • 17:19, 25 February 2024 BestCoder talk contribs created page SKVERSE (Created page with "SKVERSE (SKip and reVERSE) is a programming language that uses skip and reverse to do stuff: = Stuff = == Skip == Skips a command skip print "this will not be ran" == Reverse == Reverses the direction of the code print "start" #runs at the start skip #skips reverse reverse #infinite loop v print "loop" #runs forever reverse #infinite loop ^ print "end" #never runs == Skverse == Skips a command and reverses the direction of the code print "ok" #only ran once skv...")
  • 04:44, 25 February 2024 BestCoder talk contribs created page SelfModify (Created page with "SelfModify is a programming language that uses Self-Modification to do something. = Everything = == Commands == A#*#B - turns into #B*#A <C> - doesn't run C until not surrounded by <> note: C is multilettered. %#A - turns into #%")
  • 03:58, 25 February 2024 BestCoder talk contribs created page 2dProperties (Created page with "2dProperties is a 2d programming language that uses Properties of objects to do stuff = Instructions = o - makes an object that moves right, use ><^v to change directions ><^v - changes directions for objects * - waits until another object goes on it and makes the other object go the same direction that the object was moving & - sets the value property of the object that was on the top of the stack of objects to the value property of the object on the bottom of that...")
  • 03:07, 25 February 2024 BestCoder talk contribs created page MultiBrain (Created page with "MultiBrain is a brainf derivative that uses multiple brainf programs and tapes = New Stuff = == Multi-Tape Operations == === Add Tape === Adds a new tape "*" === Remove Tape === Removes the previously added tape that still exists "/" === Next Tape === Goes to the next tape ")" === Previous Tape === Goes to the previous tape "(" === Save Current Cell === Saves the current cell ":" === Load Saved Cell === Loads the saved cell ";" into the current cell == Multi-Program Oper...")
  • 02:08, 25 February 2024 BestCoder talk contribs created page Pointers (Created page with "Pointers is a programming language that uses pointers to do stuff = The Stuff To Know = These are the commands/instructions/statements<br> {| class="wikitable" |+ Caption text |- ! Instructions !! Description |- | V = VAL || Set V to Val |- | V* = V || Point V* to V |- | VAL || Print VAL |- | ^V* || Return the pointed value from V* |}")
  • 02:09, 22 February 2024 BestCoder talk contribs created page Macro (Created page with "Macro is a programming language that uses macros to do computation = Macro = == Stuff to know == === Macro === a -> b #turn a to b === Selector === ~a ~b ~a -> ~b ~a ~b #turns something1 something2 something1 to something2 something1 something2 === Parenthesis === 5(4(3(2(1)))) #do inner parenthesis first, outer parenthesis last")
  • 01:02, 20 February 2024 BestCoder talk contribs created page Adj (Created page with "Adj (a is ADd a to b, then Jump to c) aka a=a+b; goto c command = ADJ a b c label = x: add only = ADJ a b X jump only = ADJ X X c output = ADJ 0 b c or ADJ 0 b X input = ADJ 1 b c or ADJ 1 b X = Examples = == Add 1 and 1 == ADJ a 1 X ADJ b 1 X ADJ a b X ADJ 0 a X == Add in1 and in2 == ADJ 1 a X ADJ 1 b X ADJ a b X ADJ 0 a X == Jump to line == ADJ 1 a X ADJ X X a")
  • 20:51, 18 February 2024 BestCoder talk contribs created page Poplang (Created page with "Esoteric programming language I made called poplang: >(a) = a a = (a) or >a or or (ab) or > b = (b) or >b or or (ba) or > (a)(b) = (ab) (>)(a) = >a")
  • 07:24, 18 February 2024 BestCoder talk contribs created page Counterlang (Created page with "Counterlang uses counters to do stuff = The stuff = == counter == count a #make a a counter initialized as 0 a1 #add 1 to counter of a a-2 #add -2 to counter of a a2 #add 2 to counter of a aa #add a to counter of a (double) aa #double aa #double a is 16 now a- #reset a to 0 == print == .1 #prints 1 ,65 #prints A == goto == !2 #loop !1 #loop == end == : #end count thisisnotexecuted thisisnotexecuted100 .thisisnotexecuted")
  • 02:41, 8 February 2024 BestCoder talk contribs created page Category:Extraction (~~~~)
  • 02:08, 8 February 2024 BestCoder talk contribs created page Category (Created page with "Category uses categories and nodes to do stuff == Look == === Node === (A) (B) (C) (D) (E) === Connect === (A) <- (B) \ ^ _| | (C) ==== Two way ==== (A) <-> (B) === How it does computing === => #final connection, return -> #connection Example (S) -> (0) => (1) \ ^ _| // (1) 1 -> 0 0 -> 1")
  • 01:29, 8 February 2024 BestCoder talk contribs created page Rooms (~~~~)
  • 23:32, 7 February 2024 BestCoder talk contribs created page Keywords (~~~~)
  • 21:08, 5 February 2024 BestCoder talk contribs created page Talk:SymbolLang (~~~~)
  • 21:07, 5 February 2024 BestCoder talk contribs created page SymbolLang (~~~~)
  • 20:58, 5 February 2024 BestCoder talk contribs created page User talk:BestCoder (~~~~)
  • 20:57, 5 February 2024 BestCoder talk contribs created page User:BestCoder (~~~~)
  • 20:55, 5 February 2024 User account BestCoder talk contribs was created