Talk:QuineLang
Jump to navigation
Jump to search
I think this might be Turing complete. The commands `<>+-[]` do the same in brainfuck. Fgsilver (talk) 17:57, 19 January 2022 (UTC)
- The command
]
is actually slightly different. In brainfuck, it jumps to the matching[
if the current cell is nonzero; however, in QuineLang, it jumps if the current cell is zero. This might not prevent Turing-completeness, but the language might need a different proof. —User:PythonshellDebugwindow (talk) ~~~~ 12:40, 20 January 2022 (UTC)