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
  • 19:54, 7 August 2023 Alex s168 talk contribs created page (Created page with "{{Stub}} {{WIP}} Simple low-level assembly-like programming language that focuses on being easy to "parse" Example: label _start: othervar: charget othervar+1: charget othervar+2: charget othervar: atoi 3 ; 3 bytes string (3 chars) myvar: set 3 myvar: add 9 myvar: add othervar myvar: itoa 2 3 ; 2 byte integer (16 bit) to 3 chars myvar: outchar myvar+1: outchar myvar+2: outchar var myvar [3]u8 ; 3 byte array var other...")
  • 09:36, 31 July 2023 Alex s168 talk contribs created page SBL-X (Created page with "'''SBL-X''' is a stack-based programming language, made by User:Alex s168, which focuses on being easy to use. It consists of multiple code blocks, which can be called and executed. The code in a block will be executed instruction-by-instruction. One Line can contain multiple Operations by separating them with a space. It has two stacks: a main stack and a data stack. Most operations run on the main stack. Single-line comments are declared with ";" ==Instructions...")
  • 21:37, 21 July 2023 Alex s168 talk contribs created page Dash-end (init)
  • 21:36, 17 July 2023 Alex s168 talk contribs created page Drive-In Window extended (Created page with "{{WIP}} '''Drive-In Window extended''' is an esoteric programming language based on [https://esolangs.org/wiki/Drive-In_Window Drive-In Window], created by User:Alex_s168. The layout is similar to what someone would order at a restaurant. ==Commands and Syntax== ===Pre-program declarations=== A Drive-In Window program always starts with a greeting and a restaurant declaration. Optionally also with a menu declaration. (recommended) The menu contains constant...")
  • 16:41, 22 May 2023 Alex s168 talk contribs created page SBL (Created page with ""SBL" '''SBL''' is a stack-based programming language, which focuses on being easy to use. It consists of multiple code blocks, which can be called and executed. The code in a block will be executed line-by-line. One Line can contain multiple Operations*. "Instructions" SBL has the following commands: {| class="wikitable" !Code !Description |- | r || reverses the stack |- | r- || reverses the top x elements of the stack (x is popped from the stack) |- | . || pops and p...")
  • 16:02, 22 May 2023 User account Alex s168 talk contribs was created