We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
Wyßq
Jump to navigation
Jump to search
Wyßq is an Esoteric programming language created by User:Buckets In 2021.
| Command Example | Instruction |
|---|---|
Wyßq A B |
Memory[A] = Memory[A] nand Memory[B] then, Goto address (Memory[B] - 1). |
No Programs were ever made with This Esoteric Programming language.
Examples
Infinite Loop
Imputing an indexing of the command sequence commencing with inclusive zero (0) and an incipial memory layout compatible with the plasmature
memory[0] = 3 memory[1] = 3
the following program realizes an infinite loop:
Wyßq 0 1 Wyßq -1 -1 Wyßq 0 1
Interpreter
- Common Lisp implementation of the Wyßq programming language. Please note that the concrete character set deployed constitutes a dependency on the Common Lisp implementation; in corollary, Unicode support may or may not be a feature incorporated in the personal environment. The interpreter at hand has been developed and tested with Steel Bank Common Lisp (SBCL) version 1.1.4 as part of the Lisp Cabinet 0.3.5 bundle.