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).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 11:23, 21 November 2023 None1 talk contribs created page Talk:Cutw (Created page with "I came here from random page and wanted to make an interpreter for this esolang. --~~~~")
- 13:38, 20 November 2023 None1 talk contribs created page Easyfish (Created page with "{{lang|a=User:None1|i=Hardfish}} Unlike its name, it it hard to use, just like Hardfish. ==Commands== i - Increment r - Stuff between this r and the next r are repeated twice, then jump to the command after the next r d - If accumulator is even, divide it by 2, otherwise decrement it m - If the accumulator is odd, multiply by 2, otherwise increment it p - Unless the accumulator is more than 7, let the accumulator be 2<sup>accumulator</sup> Note that Easyfish has...")
- 12:13, 20 November 2023 None1 talk contribs created page File:2ip2.png (Image showing growth of the length of the <code>rrr</code> program in Hárdfish .)
- 12:13, 20 November 2023 None1 talk contribs uploaded File:2ip2.png (Image showing growth of the length of the <code>rrr</code> program in Hárdfish .)
- 12:01, 20 November 2023 None1 talk contribs created page Hárdfish (Created page with "{{lang|a=User:None1|i=Hardfish}}. Almost all the specifications are the same, except two: # {{cd|r}} concatenates the '''rest''' of code to the code, then is removed from the code. # Two consecutive same characters are allowed. ==Examples== ===Infinite loop=== rr The following program's source code gets longer exponetially for each instruction: rrr In fact, the program's length becomes 2<sup>i</sup>+2 characters long when ''i'' instructions are executed. Due to t...")
- 14:15, 19 November 2023 None1 talk contribs created page Meow (None1) (Added my pre-2023 esolang)
- 13:46, 19 November 2023 None1 talk contribs created page Rickroll (Created page with "{{lang|a=User:None1|i=Nope.}} It is very simple: every program is a Never Gonna Give You Up program. ==Examples== ===Never Gonna Give You Up=== {{n}} ===Quine=== <pre> We're no strangers to love You know the rules and so do I (do I) A full commitment's what I'm thinking of You wouldn't get this from any other guy I just wanna tell you how I'm feeling Gotta make you understand Never gonna give you up Never gonna let you down Never gonna run around and d...")
- 13:38, 19 November 2023 None1 talk contribs created page DoWhileFuck (Created page with "{{lang|a=User:None1|i=brainfuck|actually brainfuck with do-while loops instead of while loops}} ==Commands== DoWhileFuck operates on an array of memory cells, each initially set to zero. There is a pointer, initially pointing to the first memory cell. The commands are: {| class="wikitable" !Command !Description |- | style="text-align:center"| <code>></code> |Move the pointer to the right |- | style="text-align:center"| <code><</code> |Move the pointer...")
- 10:22, 17 November 2023 None1 talk contribs created page Talk:Translated VBS (Created page with " English -> Chinese -> German -> Italian -> Japanese -> Chinese -> English With a repeating sub-block of baidu and Microsoft translator, I get: <pre> Here is a simple example of VBScript A message window with greetings will appear Absurd news Message="Hi, this is a VBScript example Show Message Window MsgBox, vbInformation+vbOKOnly, "Sample VBScript" </pre> --~~~~")
- 09:48, 17 November 2023 None1 talk contribs created page LstackG+ (Created page with "{{Wrongtitle|title=<stack>+}} '''<stack>+''' is a derivative of <stack> by the same author: User:None1. There is almost no difference, except that <stack>+ has one more command: <code>+</code>, that ''decrements'' the top of stack. ==Interpreter in JavaScript== <pre> function lstackgp(code,input){ var stack=[0],par=[]; var match={},cp=0,output=''; for(let i=0;i<code.length;i++){ if(code[i]=='<'){ par.push(i); }...")
- 09:43, 17 November 2023 None1 talk contribs created page Talk:BFStack (Created page with "This is the same as <stack> but with the decrement command. --~~~~")
- 09:26, 17 November 2023 None1 talk contribs created page Stack-based improved (Redirected page to Stack-based+#Stack-based improved) Tag: New redirect
- 09:26, 17 November 2023 None1 talk contribs created page Stack-based++ (Redirected page to Stack-based+#Stack-based improved) Tag: New redirect
- 11:40, 16 November 2023 None1 talk contribs created page Stack-based+ (Created page with "Stack-based+ is a derivative of Stack-based, its goal is to make progrmming in Stack-based easier. ==Procedures== Programs in Stack-based+ are separated into subprograms called procedures. Two procedures are separated by exactly one blank line. For example: VAR a VAR b has two procedures but: VAR a VAR b has three. By default, when procedure terminates, control flow goes to the next procedure. Procedures makes coding more logical, it is convenient but no...")
- 08:10, 16 November 2023 None1 talk contribs created page File:Stack-based.png (Logo for Stack-based esolang)
- 08:10, 16 November 2023 None1 talk contribs uploaded File:Stack-based.png (Logo for Stack-based esolang)
- 03:14, 16 November 2023 None1 talk contribs created page Unmatched ( (Created page with "{{Wrongtitle|title=Unmatched [}} {{Lang|n=Unmatched [|i=Nope.}} It is like this: Every program prints {{cd|Unmatched [}} even if the brackets are matched. ==Examples== ===Print {{cd|Unmatched [}}=== Any text can go here. ===Quine=== Unmatched [ ==Python interpreter== print("Unmatched [") Category:Nope. derivatives {{nopoint}}")
- 02:07, 16 November 2023 None1 talk contribs created page Talk:Translated Python (Created page with "Wow. --~~~~")
- 00:56, 16 November 2023 None1 talk contribs created page LibFuck (Created page with "{{lang|a=User:None1|i=VerboseFuck}} ==Commands== {| class="wikitable" |+ Commands |- ! Brainfuck !! LibFuck |- | + || brainfuck.increment() |- | - || brainfuck.decrement() |- | , || brainfuck.input() |- | . || brainfuck.output() |- | < || brainfuck.left() |- | > || brainfuck.right() |- | [''CODE''] || brainfuck.loop(<br> ''CODE''<br>) |} Commands are '''strict''', which means that the commands in a program must be exactly the same as the co...")
- 10:43, 15 November 2023 None1 talk contribs created page BrainZ++ (Created page with "{{Lang|i=BrainZ and CompressedBF|a=User:None1|f=actually a more compressed version of BrainZ}}. ==Features== Original features are the same, but BrainZ++ has one more feature: Run length encoding. Run length encoding is only for {{cd|+}}, {{cd|-}}, {{cd|<}} and {{cd|>}}. When a token is run length encoded, it uses this syntax: First character is the command type ({{cd|+}}, {{cd|-}}, {{cd|<}} or {{cd|>}}), then there is a base-7 number for every command type...")
- 13:20, 14 November 2023 None1 talk contribs created page Template:Lang (Brief introduction to an esolang)
- 12:24, 14 November 2023 None1 talk contribs created page User talk:LTHCTheMaster/common.css (Created page with "What is this??? --~~~~")
- 10:48, 14 November 2023 None1 talk contribs created page UTC+8 (Created page with "UTC+8 is a Pseudonatural, CJK esolang invented by User:None1. ==Commands== {| class="wikitable" |+ Commands explain themselves in Chinese |- ! Command !! English explaination |- | 输入的(数字/字符串/字符) || Read an integer/a line of string/a character and return it (For characters, return the integer value of its Unicode value) |- | 输出''x'' || Output ''x'' and return 空 |- | 输出字符''x'' || If ''x''...")
- 12:56, 13 November 2023 None1 talk contribs created page EnGLish (New esolang!)
- 11:42, 13 November 2023 None1 talk contribs created page One Character Programming Language (Redirected page to OCPL) Tag: New redirect
- 11:41, 13 November 2023 None1 talk contribs created page OCPL (Created page with "'''OCPL''' or ('''O'''ne '''C'''haracter '''P'''rogramming '''L'''anguage) is a family of programming languages. In every language, only one character is used. ==Languages== A member of OCPL is like this: OCPL(''lang'',''char'',''charset'') When interpreting OCPL(''lang'',''char'',''charset''), it counts the number of ''char'', represent the count with a base-''|charset|'' number, where ''|charset|'' is the length of the charset, and remove the highest digit, then it re...")
- 11:33, 7 November 2023 None1 talk contribs created page Brainf (Redirected page to Brainfuck) Tag: New redirect
- 13:38, 6 November 2023 None1 talk contribs created page H+Q9 (Created page with "H+Q9 is a derivative of HQ9+. The ''characters'' are the same while the ''meanings'' of the characters are different. H: Halt. Q: Quit. 9: Output next character 9 times and halt. +: Output next character once and halt. ==Examples== ===Quine=== 999999999 ==={{User|XKCD Random Number}}=== +4 ===NOP=== Q or H {{nopoint}} Category:2023")
- 10:31, 6 November 2023 None1 talk contribs created page User talk:BoundedBeans/Sandbox (Created page with "What is this. --~~~~")
- 14:12, 5 November 2023 None1 talk contribs created page EncryptedFuck (Created page with "EncryptedFuck is an esolang invented by User:None1. It is inspired by how the notepad sometimes confuses an ASCII file into a UTF-16 file. ==Steps== bf code: ,[.,] Translate to Factor: 310861643 Pad a space at the end (if the number of characters are odd): 310861643 Decode with UTF-16 LE: ㄳ㠰ㄶ㐶″ That's the program translated in EncryptedFuck. ==Examples== Some characters are unprintables and are shown as escapes. ===Cat program=== ㄳ㠰ㄶ...")
- 13:30, 5 November 2023 None1 talk contribs created page SOD-SM (Redirected page to Bad command or file name) Tag: New redirect
- 13:29, 5 November 2023 None1 talk contribs created page Dmc (Redirected page to 'xxx' is not recognized as an internal or external command, operable program or batch file.) Tag: New redirect
- 22:52, 2 November 2023 None1 talk contribs created page User talk:PaxtonPenguin/ExtremelyLongNameThatNoOneWillGuess (Created page with "Of course I get here from recent changes. :D --~~~~")
- 11:31, 2 November 2023 None1 talk contribs created page Output (Created page with "Output is an esolang invented by User:None1. ==Commands== Input Reads a line of input Output ''value'' This can output a string if the ''value'' is surrounded by quotes (""), but there also two special values without quotes: the input is the last result of the "input" command. the program's source code is the program's source code. Other values raise a syntax error. Commands that are not input or output are ignored. It is case sensitive, and first letter of e...")
- 12:29, 31 October 2023 None1 talk contribs moved page Defined behvaior to Defined behavior (typo)
- 12:26, 31 October 2023 None1 talk contribs created page Defined behvaior (Created page with "'''Defined behavior''' is the opposite of Undefined behavior (language), and it is also inspired by Undefined behavior (language). This esolang is invented by User:None1. The behavior in this esolang is defined, but determined by the implementation, that means when you are making an implementation you can do anything you would like it to do, different implementations may cause completely different behvaior when executing the same program. Literally, '''ther...")
- 11:20, 31 October 2023 None1 talk contribs created page ^ (Created page with "^ is an esolang by User:None1. It is the smallest esolang that is impossible to solve the halting problem. ==Commands== The only command ^ performs an infinite loop if this program halts otherwise it does nothing. ==Uncomputability proof== If this esolang in computable, consider this program: ^ If it halts, it will not halt, otherwise it will halt. So this esolang is uncomputablr. ==Interpreter== It is impossible to make an interpreter because it is uncomputab...")
- 14:05, 29 October 2023 None1 talk contribs created page CFuck (Created page with "CFuck is, like its name, a C extension to brainfuck. It is invented by User:None1. ==Data structure== It also has a byte queue. ==Commands== All the original commands are the same, but there are extra commands: {| class="wikitable" |+ Extra commands |- ! Command !! Description |- | {{cd|*}} || Push a byte onto the queue |- | {{cd|@"''DllName''"''FunctionName''(''arguments'')''ReturnType''}} || This command is very complicated, it first loads ''DllName'' and gets...")
- 23:10, 25 October 2023 None1 talk contribs created page Talk:Punktuation (Created page with "The pipe symbol | can be used in tables using HTML escape character ({{cd||}}) --~~~~")
- 11:46, 25 October 2023 None1 talk contribs created page UndeadFish (Created page with "'''UndeadFish''' is a Deadfish derivative, it is the same as Deadfish, but the commands are different: {| class="wikitable" |+ Commands |- ! Deadfish !! UndeadFish |- | i || Don't run the Deadfish i command |- | d || Don't run the Deadfish d command |- | s || Don't run the Deadfish s command |- | o || Don't run the Deadfish o command |} Commands are separated by line feeds. ==Examples== ==={{User|XKCD Random Number}}=== Don't run the Deadfish i command...")
- 11:18, 23 October 2023 None1 talk contribs created page Directional (Created page with "'''Directional''' is an esolang invented by User:None1 and inspired by TinyBF, it is actually a 2D version of TinyBF. ==Data Storage== A tape and a pointer is used to execute the TinyBF commands. ==Commands== {| class="wikitable" ! Command !! Meaning |- | ↑ || Set IP direction to up, and execute the TinyBF = command. |- | ↓ || Set IP direction to down, and execute the TinyBF + command. |- | ← || Set IP direction to left, and execute the TinyBF > command. |-...")
- 13:58, 22 October 2023 None1 talk contribs created page Odasjoi (Created page with "'''Odasjoi''' (say "ow-das-joy") is an esolang invented by User:None1. Its name is chosen by smashing random keys, its commands are, too. ==Commands== Commands must be separated by ''line feeds'' <pre> fowdif Increase the accumulator wekeww Decrease the accumulator woiejd Input the accumulator (as decimal) doqije Output the accumulator (as decimal) iwejdo If the accumulator is 0, halt oweijw Execute the remaining commands infinitely </pre> The accumulator can store s...")
- 10:28, 20 October 2023 None1 talk contribs created page 3 Bits, 3 Bytes (Create language)
- 12:48, 19 October 2023 None1 talk contribs created page ErrorLang (Created page with "ErrorLang is an esolang that is like Error. ==Execution== Every program raises an error, the error message is {{hw}}, then, both the program and the interpreter will be deleted. ==Examples== ===Hello World=== Any text can go here This has side effects: It deletes the program and the interpreter! Category:Languages Category:Joke languages")
- 13:56, 18 October 2023 None1 talk contribs created page Talk:Brainbits (Created page with "Brainfuck is TC only if brackets (loops) can be nested at leastbtwo levels deep, this esolang does not allow this, so it is not TC (probably). --~~~~")
- 22:47, 17 October 2023 None1 talk contribs created page Talk:8-Bit (Created page with "If the data in a language is bounded, then its definitely not TC. --~~~~")
- 13:12, 17 October 2023 None1 talk contribs created page Stack-based (Created page with " Stack-based is a stack-based esolang invented by User:None1. ==Commands== They are case-insensitive. Legend: ''x'', ''y'' and ''z'' are variables, ''integer'' is an integer literal, ''string'' is a string literal without quotes. ===Declaration=== VAR ''x'' Declare a variable named ''x'' with initial value 0. All values in this esolang are unsigned bignums. ===I/O=== EOF returns 0 in all input commands. I ''x'' Input ''x'' as decimal. O ''x'' Output ''x'' as dec...")
- 11:22, 16 October 2023 None1 talk contribs created page StringSafunge (Created page with "StringSafunge id an esolang created by User:None1, it is Befunge-93, but string-save in most languages. ==Commands== {| class="wikitable" |+ Commands that are different in StringSafunge and Befunge-93 |- ! In StringSafunge !! In Befunge-93 |- | a || \ |- | b || " |- | c || backtick |} Other commands are the same. Category:Languages Category:Push-down automata")
- 06:24, 13 October 2023 None1 talk contribs created page Brainfuck⁰ (Created page with "Brainfuck⁰ is an esolang invented by User:None1, it is very stupid. ==Commands== The only valid program - <code>Brainfuck</code> increases the accumulator. ==Examples== ===Increase the accumulator=== Brainfuck ==Interpreter== ===Python=== a,x=input(),0 if a=='Brainfuck': x+=1 Category:Languages Category:Joke languages Category:No IO Category:Implemented Category:Total")
- 11:39, 12 October 2023 None1 talk contribs created page Time (Created page with "Time is an esolang invented by User:None1 and inspired by rand.Next(), the behavior of this esolang depends on how many times you run it. ==Execution== When run, Time gets the number of times you run ''before'' this run (for example, 0 for the first run). Then, it executes the number in Brainfoctal. ==No-code esolang== Since the behavior of Time does not depend on the source code, it is a no-code esolang. ==Examples== ===Hello World=== <pre>Any text...")