User contributions for BestCoder
Jump to navigation
Jump to search
15 November 2024
- 19:5719:57, 15 November 2024 diff hist +58 Count counters No edit summary
- 19:3419:34, 15 November 2024 diff hist +331 Count counters No edit summary
- 19:2519:25, 15 November 2024 diff hist +51 Rooms No edit summary current
27 October 2024
- 02:4702:47, 27 October 2024 diff hist +17 Doors →External resources current
- 02:4202:42, 27 October 2024 diff hist +47 User:BestCoder No edit summary current
- 02:4102:41, 27 October 2024 diff hist +666 N 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..."
18 September 2024
- 01:3301:33, 18 September 2024 diff hist +36 N Cyclic automaton Created page with "like linear bounded but it is circle"
- 01:2901:29, 18 September 2024 diff hist +18 User:BestCoder No edit summary
- 01:2801:28, 18 September 2024 diff hist +17 User:BestCoder No edit summary
- 01:2801:28, 18 September 2024 diff hist +188 N 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:])" current
- 00:2800:28, 18 September 2024 diff hist +468 N 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:2100:21, 18 September 2024 diff hist +16 User:BestCoder No edit summary
- 00:2100:21, 18 September 2024 diff hist +218 N 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" current
- 00:1300:13, 18 September 2024 diff hist −1 User:BestCoder No edit summary
7 September 2024
- 19:2119:21, 7 September 2024 diff hist +308 Doors No edit summary
- 19:1519:15, 7 September 2024 diff hist +72 Doors No edit summary
- 18:3518:35, 7 September 2024 diff hist +20 User:BestCoder No edit summary
- 18:3318:33, 7 September 2024 diff hist +727 N 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:..."
- 18:0218:02, 7 September 2024 diff hist +60 Talk:Push-down automaton No edit summary
- 18:0218:02, 7 September 2024 diff hist +601 Talk:Push-down automaton No edit summary
- 17:2917:29, 7 September 2024 diff hist +18 User:BestCoder No edit summary
- 17:2617:26, 7 September 2024 diff hist +426 N 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:1817:18, 7 September 2024 diff hist +23 N Category talk:Turning tarpits Created page with "you mean turing tarpits"
- 17:1017:10, 7 September 2024 diff hist +35 Try No edit summary
- 17:0917:09, 7 September 2024 diff hist +69 N Try/hello world Created page with "Message is an esolang about hello world == Main == Output is Message" current
- 17:0817:08, 7 September 2024 diff hist +240 Try No edit summary
14 August 2024
- 16:1216:12, 14 August 2024 diff hist +182 Nested one input functions No edit summary current
13 August 2024
- 19:2719:27, 13 August 2024 diff hist +93 Doors No edit summary
- 19:1619:16, 13 August 2024 diff hist +106 Talk:Doors →Computational class current
- 19:1519:15, 13 August 2024 diff hist +277 Doors →Commands/Entities
1 August 2024
- 17:2717:27, 1 August 2024 diff hist 0 User:BestCoder No edit summary
- 17:2617:26, 1 August 2024 diff hist −1 User:BestCoder No edit summary
- 17:2617:26, 1 August 2024 diff hist +48 User:BestCoder No edit summary
- 17:2417:24, 1 August 2024 diff hist +64 User:BestCoder No edit summary
19 July 2024
- 02:2402:24, 19 July 2024 diff hist +385 N 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:0402:04, 19 July 2024 diff hist +412 N 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" current
12 July 2024
- 23:4423:44, 12 July 2024 diff hist +139 Fractaler No edit summary current
- 23:4023:40, 12 July 2024 diff hist +322 N 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:0523:05, 12 July 2024 diff hist +198 N Hippopotomonstrosesquippedaliophobia Created page with "this uses long words: hippopotomonstrosesquippedaliophobia(n) #prints n supercalifragilisticexpialidocious(n) #evalulates n pneumonoultramicroscopicsilicovolcanoconiosis(n) #simulates n in brainf" current
5 July 2024
- 02:5402:54, 5 July 2024 diff hist −88 Brainfuck extended No edit summary Tag: Manual revert
- 02:5402:54, 5 July 2024 diff hist +88 Brainfuck extended No edit summary Tag: Reverted
24 June 2024
- 21:1221:12, 24 June 2024 diff hist +69 You wait here →Commands
- 21:1121:11, 24 June 2024 diff hist +8 You wait here →3 program
- 21:1021:10, 24 June 2024 diff hist +34 You wait here →Commands
- 21:1021:10, 24 June 2024 diff hist +5 User:BestCoder No edit summary
- 21:1021:10, 24 June 2024 diff hist +7 User:BestCoder No edit summary
- 21:0921:09, 24 June 2024 diff hist +66 BF (BestCoder) No edit summary
- 21:0821:08, 24 June 2024 diff hist +2 BF (BestCoder) No edit summary
- 21:0821:08, 24 June 2024 diff hist −9 BF (BestCoder) Removed redirect to Brainfuck Tag: Removed redirect
- 17:1217:12, 24 June 2024 diff hist +2,128 Cat (Language) No edit summary