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).
- 13:28, 5 November 2024 Xyzzy talk contribs created page !@$%^&*()+= (Created page with "{{Stub}}{{WIP}} This is a language based on !@$%^&*()+.")
- 04:13, 30 October 2024 Xyzzy talk contribs created page Redirekt2 (Redirected page to Redirekt) Tag: New redirect
- 04:13, 30 October 2024 Xyzzy talk contribs created page Redirekt (Created page with "{{Stub}}{{WIP}}")
- 14:26, 10 September 2024 Xyzzy talk contribs created page Talk:ETA (Created page with "suprised no one has talked yet --~~~~ - the person behind the instruction table on this page")
- 14:21, 9 September 2024 Xyzzy talk contribs created page Talk:VERPNL (Created page with "You are free to contribrute to this page --~~~~")
- 13:50, 9 September 2024 Xyzzy talk contribs created page Talk:Isomorphism (Created blank page)
- 13:40, 9 September 2024 Xyzzy talk contribs created page VERPNL (Created page with "{{Stub}}{{WIP}} VERPNL stands for Vietnamese "Extendable" Reverse Polish Notation Language. The specific meaning of "Extendable" is not specified, but the language idea and name is created 6 months ago and now I'm creating the page.")
- 12:36, 6 March 2024 Xyzzy talk contribs created page Talk:Sign (Created page with "Infinite loop test: ~~~~")
- 05:32, 8 August 2023 Xyzzy talk contribs created page Template:Bf (Created page with "'''This esolang is a brainfuck derivative.'''")
- 05:25, 8 August 2023 Xyzzy talk contribs created page Template:Tokipona (Created page with "''This page is based on [http://tokipona.org Toki Pona], a conlang made by Sonja Lang.''")
- 05:22, 8 August 2023 Xyzzy talk contribs created page Template:Abandoned (Created page with "''This page is abandoned and may be that way forever''")
- 07:25, 17 July 2023 Xyzzy talk contribs created page Template talk:Stub (Created page with "_")
- 09:08, 14 July 2023 Xyzzy talk contribs created page Template:Sus (Created page with "== ''This esolang is terrible and sus.'' ==")
- 07:24, 28 June 2023 Xyzzy talk contribs created page Talk:LambdaLang (Created page with "first comment --~~~~")
- 14:26, 27 June 2023 Xyzzy talk contribs created page File:LambdaLang.png (The logo for the LambdaLang esolang.)
- 14:26, 27 June 2023 Xyzzy talk contribs uploaded File:LambdaLang.png (The logo for the LambdaLang esolang.)
- 07:18, 27 June 2023 Xyzzy talk contribs created page LambdaLang (Created page with "{{Stub}} {{WIP}} '''LambdaLang''' is a language based around Lambda calculus. Actually, it can be compiled into lambda calculus. Actually, it's just lambda calculus with macros. === The Syntax === The program is a list of assignments. <code>(variable name) := (lambda calculus expression/data)</code>")
- 07:12, 27 June 2023 Xyzzy talk contribs created page Talk:`` (Created page with "After a year, I realized that this is just RAM0 with IO. --~~~~")
- 07:10, 27 June 2023 Xyzzy talk contribs created page Talk:Tiếng Việt (Created page with "I haven't seen a single update since 2022... --~~~~")
- 14:25, 19 February 2023 Xyzzy talk contribs created page ``` (Created page with "'''```''' is a extremely minimalistic programming language. It operates on cells, which can store unbounded numbers. <br> There is only a single command, but that command have multiple forms. {| class="wikitable" |+ Forms |- ! Form !! What it does |- | `<code>a</code>`#<code>b</code> || Store the number b in cell a. |- | `<code>a`<code>b || Copy cell b into cell a. |- | ``<code>a</code>`#<code>b</code> || Store the number b into the address that register 1 points to. |-...")
- 12:27, 19 February 2023 Xyzzy talk contribs created page P" (Redirected page to P′′) Tag: New redirect
- 09:48, 19 February 2023 Xyzzy talk contribs created page `` (Created page with "{{Stub}} {{WIP}} '''``''' is a programming language inspired by `.")
- 10:03, 22 January 2023 Xyzzy talk contribs created page ObfuscatedFuck (Created page with "'''ObfuscatedFuck''' is a brainfuck equivalent. The program is a list of tokens, each representing a bit string. By concatenating all these tokens together, you get a bitstring that can be turned into brainfuck. The tokens are: {| class="wikitable" |+ Tokens |- ! token !! meaning |- | o || 0 |- | <code>0</code> || 0 |- | O || 0 |- | 1 || 1 |- | I || 1 |- | \ || 1 |- | / || 1 |- | | || 1 |- | d || 01 |- | q || 01 |- | b || 10 |- | p...")
- 02:17, 18 January 2023 Xyzzy talk contribs created page Talk:5iasm (Created page with "hello guys, xyzzy-the creator here, this is my first comment ever. --~~~~")
- 12:07, 17 January 2023 Xyzzy talk contribs created page Talk:Literally every golflang ever (Created page with "This is my first comment is this page! --~~~~")
- 12:06, 17 January 2023 Xyzzy talk contribs created page Talk:Literally every golflang ever/Esopage (Redirected page to Literally every golflang ever) Tag: New redirect
- 14:03, 16 January 2023 Xyzzy talk contribs created page Literally every golflang ever/Esopage (Created page with "{{WIP}} This is literally every golflang ever but looks more like a normal esolang page.")
- 14:11, 12 January 2023 Xyzzy talk contribs created page Aesthetics (Redirected page to Aesthetics) Tag: New redirect
- 12:10, 6 January 2023 Xyzzy talk contribs created page 5iasm (Created page with "{{Stub}} {{WIP}} '''5iasm''' stands for "'''5''' '''I'''nstruction '''AS'''se'''M'''bly language". Like the name suggests, it has 5 commands. {| class="wikitable sortable" |+ Caption text |- ! Mnemonic !! Meaning !! What it does |- | <code>inc [register]</code> || INCrement || Increments a register |- | <code>dec [register]</code> || DECrement || Decrements a register |- | <code>jmp [line]/[label]</code> || JuMP|| Jumps to a line or a label |- | <code>isz [register]</cod...")
- 12:11, 23 December 2022 Xyzzy talk contribs created page IXΘYΣ (Redirected page to ΙΧΘΥΣ) Tag: New redirect
- 12:09, 23 December 2022 Xyzzy talk contribs created page Tiếng Việt (Created page with "{{Stub}}{{WIP}} '''Tiếng Việt''' is a programming language where programs look like Vietnamese text. To code in Tiếng Việt, you need a Vietnamese keyboard.")
- 08:28, 6 November 2022 Xyzzy talk contribs created page Asmlang (Created page with "{{WIP}} {{Stub}} Asmlang is an Work-in-progress language. Here is the concept file: <code> Instruction set F is an adress,pointing to an 8-bit value. W is an 8-bit accumulator. Stack have 2 levels :) 0<=b<8 Add,And,Or,Subtract,XOR W with F to D Rotate left/right thru carry,Swap halves,Complement,increment/decrement(with optional skip if zero),Move f to dest. Clear/set bit b in reg f,Skip if bit b in f is zero/one. And,Or,Move,Xor literal to W. NOP CONTROL-FLOW: Call subr...")
- 12:58, 2 October 2022 Xyzzy talk contribs created page IXrainfisHQ9+ (Redirected page to ΙΧrainfisHQ9+) Tag: New redirect
- 12:33, 2 October 2022 Xyzzy talk contribs created page Ixqus (Redirected page to ΙΧΘΥΣ) Tag: New redirect
- 12:08, 2 October 2022 Xyzzy talk contribs created page Talk:ΙΧrainfisHQ9+ (Created page with "Nothing! --~~~~")
- 11:49, 2 October 2022 Xyzzy talk contribs created page ΙΧrainfisHQ9+ (Created page with "{{WIP}} This language is a combination of ΙΧΘΥΣ, brainfuck, deadfish and HQ9+! Category:Languages Category:Joke languages Category:2022 Cate...")
- 11:10, 19 September 2022 Xyzzy talk contribs created page User:Xyzzy/vector.css (Created page with "body,.mw-page-container,.mw-body{ background-color:gray; } *{font-family:monospace } p,h1,h2,h3,h4,h5,h6,a,pre,code{ color:white }")
- 11:40, 6 September 2022 Xyzzy talk contribs created page User talk:Xyzzy (Created page with "You can now talk in here! --~~~~")
- 11:40, 6 September 2022 Xyzzy talk contribs created page User:Xyzzy (Created page with "I haven't think of what to put here yet.")
- 11:39, 6 September 2022 Xyzzy talk contribs created page Talk:Six instruction language :) (Created page with "Should there be are talk page?<br> --~~~~")
- 03:11, 1 July 2022 Xyzzy talk contribs created page Turin (Created page with "Turin is based of Turing-machine. There is an infinite tape and all start by default with 0 there is a pointer pointing at a cell. The is also a state, that defaults to ST...")
- 02:52, 1 July 2022 Xyzzy talk contribs created page Six instruction language :) (6i)
- 02:14, 1 July 2022 User account Xyzzy talk contribs was created