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:22, 26 November 2025 GolferHome talk contribs created page Turing complete regex (Created page with "'''Turing-complete Regexes''' (commonly abbreviated as '''T-Regex''') is an esoteric programming language that extends standard regular expressions with stack operations and recursive execution, making it Turing complete. == Overview == Turing-complete Regexes maintains all the standard regex pattern matching capabilities while adding a stack memory model and control structures that enable arbitrary computation. The language processes input text through pattern matc...")
  • 17:11, 22 November 2025 GolferHome talk contribs created page HalfText (Created page with "= HalfText == HalfText is a non-turing-complete text format where assuming little-endianness, turning code to array of binary bits and grouping into 7 bit groups, printing character with ASCII code of each 7-bit group. It will limit maximum ASCII code to 127. Turning HalfText to normal ASCII may contain invisible characters. However, excluding the first character, any character which it's index is multiple of 7 will properly shown as ASCII character (from proper execut...")
  • 18:04, 8 November 2025 GolferHome talk contribs created page QuantumGolf (Created page with "QuantumGolf is a QOO-OOKALAN extension for even shorter codes. === Language Addictions === ==== Basic Syntax ==== // Assignment returns value (like JavaScript) x = 5 // Assigns 5 to x, returns 5 // Implicit output: last expression is printed x + 3 // If this is the final command, outputs 8 when x=5 // Instant casting out 1 // Outputs '1' (automatically converted to string) out "1" // Outputs '1' ==== Special Commands ====...")
  • 17:48, 8 November 2025 User account GolferHome talk contribs was created