Talk:Warp

From Esolang
Jump to navigation Jump to search

computational class

i think it is a finite state automaton, since at each iteration, at the most, the input stays the same (for *), which means that the most it can do is an infinite loop. it does not have any way of producing infinite output with its finite number of states. --Pro465 (talk) 18:12, 19 May 2023 (UTC)

i take that back. it can be turing complete given:
  • appropriate input
  • some way of signalling what to input
--Pro465 (talk) 18:07, 29 May 2023 (UTC)