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).
- 21:51, 25 October 2025 Kalavian talk contribs created page 2147483647Funge (Created page with "2147483647Funge is a '''2<sup>32</sup>−1'''-dimensional programming language. Each cell is written as its location followed by a command. The language also uses a dimension pointer, a 32-bit integer that represents the axis to be moved. Positive values move across across the positive axis while negative values move across the negative axis. A value of 0 ends the program (cannot move) while a value of -2147483648 (minimum 32-bit integer) is Undefined_behavior|unde...")
- 21:21, 25 October 2025 Kalavian talk contribs created page ZeroByte (Created page with "Category:2025 Category:Zero-dimensional Category:Unusable for programming ZeroByte is a programming language designed for writing other tiny programming languages. A microlang can be implemented in ZeroByte in as little as one byte. ==Syntax== Each function takes up one byte. * <code>q</code> - Prints line of user input All other characters are ignored. ==Implementation== ===Python=== <pre> code = input('code: ') for x in code: if x=='q': print(in...")
- 20:55, 25 October 2025 Kalavian talk contribs created page GenderScript (Created page with "Category:2025 Category:Joke languages Category:Cell-based Category:Implemented GenderScript is a tiny transgender esoteric programming language created by Kalavian in 2025. The source code is available [https://github.com/Kalavian112/GenderScript on Github]. GenderScript operates on an array of 65,536 bytes as well as a byte register called "main". All functions are of the form `function: argument`. For reference, `byte` is an unsigned int8 and `int` is...")
- 20:44, 25 October 2025 User account Kalavian talk contribs was created