Rotator
Jump to navigation
Jump to search
Rotator is an esolang based on brainfuck by User:ChuckEsoteric08.
Description
Rotator has wrapping tape of 5 nonnegative unbounded cells, and <
was removed. Another change is that after a command is executed pointer is moved right.
Computational class
The language is Turing-complete since 5-cell brainfuck can be translated into it:
brainfuck | Rotator |
---|---|
+ |
+>>
|
- |
->>
|
, |
,>>
|
. |
.>>
|
[ |
[>>
|
] |
]>>
|
> |
>>>
|
< |
>>
|