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
  • 20:50, 23 November 2023 0ptr talk contribs created page Wiwa (Created page with "'''Wiwa''' is a stack-based, array-oriented esolang inspired by [Uiua https://uiua.org] and [BQN https://mlochbaum.github.io/BQN]. '''Wiwa''' operates on a stack of arrays. Each array can only contain other arrays, meaning there are no values in Wiwa. You can find the interpreter [here https://github.com/zptr1/Wiwa] == Operations == There are a total of 58 operations in '''Wiwa'''. The code is read char-by-char. Comments can be specified by surrounding them in square...")
  • 12:19, 19 November 2023 0ptr talk contribs created page User:0ptr (me)
  • 21:04, 12 November 2023 0ptr talk contribs created page A very minimal esolang with a very few amount of instructions (Created page with "'''A very minimal esolang with a very few amount of instructions''' is a very minimal esolang with a very few amount of instructions. '''A very minimal esolang with a very few amount of instructions''' has: - An array of memory cells, each initially set to zero - An integer stack of 42-bit integers - Five 19-bit registers (A, C, D, E, G) - A dice roll stack - A code stack - An uppercase boolean stack (TRUE/FALSE) - A lowercase boolean stack (true/false) - A string stack...")
  • 20:12, 17 July 2023 0ptr talk contribs created page Lnlang (Created page with "'''lnlang''' is an esoteric programming language where the code consists of numbered lines that dictate the program's execution flow. Each line can contain function calls that return numeric values, and the sum of these results is stored for each line after execution. == Guide == * Each line starts with a number and is followed by a list of function calls. * Functions can be called with numeric arguments and always return a numeric value. * The sum of function results...")
  • 20:52, 6 June 2023 User account 0ptr talk contribs was created