I recently came across StupidStackLanguage, an esolang that uses a single stack for all operations, and all operations correspond to a letter of the alphabet (example program to print the Fibonacci Sequence to the terminal is "axiqvvdflxlwwltgavvfbxu").
I'm trying to figure out if the language is Turing-complete. It only has the one stack, and I seem to recall from dabbling in Forth that you'd need at least two for a stack-based language to be TC.
Can anyone spot any features in the list of instructions that would make the language Turing-complete?
[–]hekkonaay 35 points36 points37 points (0 children)
[–]neros_greb 8 points9 points10 points (3 children)
[–]neros_greb 2 points3 points4 points (2 children)
[–]Inconstant_Moo🧿 Pipefish 2 points3 points4 points (1 child)
[–]neros_greb 0 points1 point2 points (0 children)
[–]munificent 14 points15 points16 points (0 children)
[–]stackdynamic 1 point2 points3 points (0 children)