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).
- 01:39, 13 November 2024 PkmnQ talk contribs moved page Talk:Final Word Of The Day/PkmnQ to User talk:PkmnQ/FWOTD Attempt 1
- 01:39, 13 November 2024 PkmnQ talk contribs moved page Final Word Of The Day/PkmnQ to User:PkmnQ/FWOTD Attempt 1
- 18:17, 19 October 2024 PkmnQ talk contribs created page User:PkmnQ/Alternate Universe Underload (Created page with "{{WIP}} This is an exploration of what would change if Underload had its <code>~</code> command was replaced with a different command, which will be represented with <code>-</code>. == Command == ; <TT>-</TT> <nowiki>:</nowiki> (''x'') (''y'') — ''y'' (''x'') :Similar to <TT>^</TT>, the top element is popped from the stack and run as part of the program, however the new topmost element is ignored until the command ends. (For those familiar with Forth, Factor, e...")
- 01:11, 7 October 2024 PkmnQ talk contribs created page Talk:Evil (Created page with "Does <code>zuueeueeeeycyiq</code> output "w" or "ww"? The linked interpreter outputs "w" (or at least, based only on a glance at the code it looks like it should, I haven't actually ran it), but is this the same between all interpreters? --~~~~")
- 10:18, 28 September 2024 PkmnQ talk contribs created page Python is Magic/Constants (Created page with "== Booleans == {| class="wikitable" |- ! Constant !! Code |- | <code>False</code> || <code>__doc__.__bool__()</code> |- | <code>True</code> || <code>__doc__.__eq__(__doc__)</code> |} == Integers == {| class="wikitable" |- ! Constant !! Code |- | <code>-2</code> || <code>__doc__.__eq__(__doc__).__invert__()</code> |- | <code>-1</code> || <code>__doc__.__bool__().__invert__()</code> |- | <code>0</code> || <code>__doc__.__bool__().__int__()</code><br>(<code>__doc__.__bool__...")
- 08:26, 21 September 2024 PkmnQ talk contribs created page Spaced (Got reminded of the existence of this)
- 08:47, 18 September 2024 PkmnQ talk contribs moved page @!+-() Turing-completness Proof to @!+-() Turing-completeness Proof (Misspelled title)
- 14:56, 14 September 2024 PkmnQ talk contribs created page User:PkmnQ/Wrong Wrap (Created page with "Wrong Wrap is an esolang derived from an attempt to create a 2D language where NOP is the only instruction. == Execution == In programs, the only thing that matters is the length of each line. Non-newline characters are all interpreted as NOPs. We'll take this example program: ..... ....... ......... Each line is copied infinitely like this: 11111222223333344444555... 11111112222222333333344... 11111111122222222233333... The instruction pointer starts at the to...")
- 02:27, 12 September 2024 PkmnQ talk contribs created page Final Word Of The Day/PkmnQ (Created page with "This is User:PkmnQ's solution to Final Word Of The Day. == Execution == The program stores data in named miniprograms, which can be edited and ran inside the main program. All miniprograms start empty. At the beginning of the program, the input is checked. If the input is equal to the program's code, a newline is outputted, otherwise a <code>.</code> is outputted instead with no trailing newline. Then, each line of the program is interpreted as a command: {| cla...")
- 05:58, 4 September 2024 PkmnQ talk contribs created page Fortran (Created page with "{{serious|URL=Fortran}} {{stub}} Category:Languages Category:Before 1993 Category:Implemented")
- 14:21, 2 September 2024 PkmnQ talk contribs created page Talk:Sleep (Created page with "Is this esoteric? --~~~~")
- 14:14, 2 September 2024 PkmnQ talk contribs created page Talk:操你妈的新冠病毒 (Created page with "Is this supposed to be a redirect? --~~~~")
- 14:06, 2 September 2024 PkmnQ talk contribs created page Talk:Sandbox/tr (Created page with "Is this supposed to exist? --~~~~")
- 07:15, 31 August 2024 PkmnQ talk contribs changed the content model of the page Esolang:Sandbox from "plain text" to "wikitext"
- 07:14, 31 August 2024 PkmnQ talk contribs changed the content model of the page Esolang:Sandbox from "wikitext" to "plain text"
- 03:28, 27 August 2024 PkmnQ talk contribs created page User:PkmnQ/Alt Flow (Created page with "Alt Flow is a family of esolangs that consists entirely of control flow commands. == Commands == * SKIP n - SKIP the next n commands. (Undefined behavior if there are less than n commands after this one.) * COPY n - COPY the next n commands and append them to the end of the program. (Undefined behavior if there are less than n commands after this one.) * PREV n - Jump back n PREV commands. (Undefined behavior if there are less than n PREV commands before this one.)...")
- 15:00, 16 August 2024 PkmnQ talk contribs created page User:PkmnQ/Indepthinite (Created page with "Indepthinite is an esolang created to explore the potential of infinite-length programs. == Specification == During the execution of the program, it keeps track of a string of bits and a non-negative integer called the ''depth''. The string is initialized to an initial string specified by the program, and the depth can either be considered a constant or used as input. Other than the initial string, the program also specifies an infinite array containing pairs of string...")
- 14:26, 9 August 2024 PkmnQ talk contribs created page User talk:Gilbert189/String arithmetic (Created page with "Related but not exactly the same: https://en.wikipedia.org/wiki/String_operations --~~~~")
- 04:50, 23 July 2024 PkmnQ talk contribs created page Talk:ISEW2C (Created page with "Is there a proof that this is Turing-complete? --~~~~")
- 17:05, 19 July 2024 PkmnQ talk contribs created page Talk:-5 bytes ;) (Created page with "If I made an interpreter in 90 that overwrites specifically 5 bytes of another program, would that count as -5 bytes? --~~~~")
- 10:10, 15 June 2024 PkmnQ talk contribs created page !@ (Redirected page to !@$%^&*()+) Tag: New redirect
- 15:51, 2 June 2024 PkmnQ talk contribs created page User:PkmnQ/Quines (Created page with "There is another quine list [https://tbgforums.com/forums/index.php?msg=603717 here] that contains both regular and esoteric programming languages. This page is for ones that I am interested in that are not in Try It Online. == Esolangs created by User:None1 == * <stack> - Don't know if a quine is possible, ''may try to disprove'' * flag - Quine already exists, ''may make non-trivial one'' * Blah - All quines have already been found * Sharp fla...")
- 11:04, 17 May 2024 PkmnQ talk contribs created page N Bits, N2^(N-1) Bytes (Created page with "N Bits, N2<sup>N-1</sup> Bytes is an attempt at a _ Bits, _ Bytes esolang that can increase its amount of bits per command over time, made by User:PkmnQ. It starts out with 2 bits for a command, but contains an "expand" command that expands the amount of bits per command. Its expansion command is also vaguely inspired by Finite-state mach... wait, WHAT!?. == Control Flow == If the program is empty, it halts immediately. Otherwise, the...")
- 07:53, 17 May 2024 PkmnQ talk contribs created page User:PkmnQ/N Bits, N2^(N-1) Bytes (Created page with "N Bits, N2<sup>N+1</sup> Bytes is an attempt at a _ Bits, _ Bytes esolang that can increase its amount of bits per command over time, made by User:PkmnQ. It starts out with 2 bits for a command, but contains an "expand" command that expands the amount of bits per command. == Initial Commands == {| class="wikitable" |+ Caption text |- ! Bits !! Name !! Description |- | 00 || EXP || EXPands the language, redefining commands based...")
- 12:31, 2 April 2024 PkmnQ talk contribs created page Talk:Stringle (Created page with "== Character escaping == Does character escaping exist? I was planning to make a quine, but that would require newlines and quotes, neither of which I see how to put in a string currently. --~~~~")
- 11:18, 22 January 2024 PkmnQ talk contribs created page Talk:Iavac (Created page with "Should this just redirect to Idvac? --~~~~")
- 06:41, 10 December 2022 PkmnQ talk contribs created page Talk:Xaxa (Created page with "What would `-^` do? --~~~~")
- 06:01, 9 September 2022 PkmnQ talk contribs created page Talk:Three variable modification language (Hello World program: new section)
- 16:31, 29 June 2022 PkmnQ talk contribs created page Iframe (Created page with "Iframe is an esolang based on HTML iframes and the a tag target attribute. == Syntax == Programs are made from multiple lines, each line being a separate "HTML file". Lines a...")
- 13:29, 9 February 2021 User account PkmnQ talk contribs was created