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.
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)