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).

Logs
  • 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