User:PkmnQ
Jump to navigation
Jump to search
This is an ordinary user named "PkmnQ".
Subpages that aren't temporary workspaces for esolangs
- User:PkmnQ/Quines - Something that should be a list of quines but isn't.
- User:PkmnQ/Alternate Universe Underload - Underload if instead of a
swap
command (~
), it had adip
command (-
). - User:PkmnQ/Esimpl stuff - Stuff related to Esimpl that may be useful to others. (Currently working on a compiler from FALSE to Esimpl, so stuff not relevant to that is unlikely to end up on the page.)
Random questions
- If the only implementation of programming language A in programming language B but B is unimplemented, is A implemented or unimplemented?
- If A counts as implemented: Say we have programming languages C and D. The only implementation of C is in D, and the only implementation of D is in C. Do they both count as implemented? This and the previous question are relevant to Category:Uncomputable esolangs.
Example: Pyraminx (Kolakoski sequence)
This describes a currently incomplete and nonexistent efghij program.
This example demonstrates the Pyraminx (Pick Your Reproducing Arrangements of Multiple Identical Neighbors (xD)) function, made by User:PkmnQ. It takes in no parameters and prints the terms of the Kolakoski sequence indefinitely without returning.
The main loop is made of a for loop in a while loop. The while loop runs indefinitely due to its condition expression being a single bottle cap (with a paperclip on top), marking a 1. The for loop's local variable is initialized to 1 by the bottle cap with a paperclip, and the loop is set to run 2 times using a plastic cup to add two bottle caps together.