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).
- 18:00, 14 December 2024 RacistCat talk contribs created page Mutual Modification Machine (Created page with "Mutual Modification Machine is a Brainfuck derivative where program and memory can switch roles, and this switching serves as the main mechanism for control flow. = Instructions = Mutual Modification Machine borrows all of Brainfuck's instruction except for looping instructions which are replaced by the "#" instruction. In Mutual Modification Machine, the program is a circular tape and the memory tape is an unbounded one, initially. If we encouter a "#" instruction an...")
- 07:36, 9 December 2024 RacistCat talk contribs created page InterWOEven (Created page with "InterWOEven is an esoteric programming language designed to have a really unique execution style and really difficult to use. Programs in InterWOEven are, as the name suggests, just woven parentheses and brackets. = Syntax = The program is converted to a graph. Matching parentheses/brackets correspond to a node and how these matchings wove dicates what type of connections (if there are any) exist between these nodes. In this example: '{(})' the two nodes partially cont...")
- 03:13, 2 December 2024 RacistCat talk contribs created page Fuzzy Brainfuck (Created page with "'''Fuzzy Brainfuck''' is an extension of Brainfuck inspired by the success of recurrent neural networks. It is a programming language with a continuous program space and its interpreter is end-to-end differentiable and compatible with normal Brainfuck program, specifically the 8-bit wrap-around dialect. It is meant to be a proof-of-concept for differentiable programming language. The interpreter being differentiable allows training of programs with gradient-based me...")
- 18:10, 15 April 2023 RacistCat talk contribs created page User:RacistCat (Created page with "The languages i created so far and their description. # PrimeFuck - This is a language that is designed to be very difficult. The "Hello, World!" program of this language is ~3KB.")
- 17:46, 15 April 2023 RacistCat talk contribs created page PrimeFuck (Created page with "'''PrimeFuck''' is a language inspired by Brainfuck. It is created by RacistCat. The language is designed to be very difficult and annoying to use. # Instructions prime(x) means xth prime p - mem[data_ptr] = prime(mem[data_ptr] + 1) d - mem[data_ptr] //= 2 ^ - data_ptr = prime(data_ptr + 1) v - data_ptr //= 2 . - print(chr(mem[data_ptr])) , - mem[data_ptr] = prime(get_char()) [ - jump to matching "[" if mem[data_ptr] == 0 ] - jump to matching "]"...")
- 17:19, 15 April 2023 User account RacistCat talk contribs was created