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.

Reset

From Esolang
Jump to navigation Jump to search

Reset is an esolang that is based entirely off of a dream User:Infinitehexagon had about a viral programming language on the internet. This esolang is heavily inspired off of ΙΧΘΥΣ.

Instructions

Lowercase

Instruction Description
r output the accumulator.
e set the accumulator to itself mod 256.
s decrement the accumulator by 1.
t raise the accumulator to the power of 2.
` store input into the accumulator.
1 increment the accumulator.

Capital

Instruction Description
R reset the accumulator to 0.
E set the accumulator to itself times 2.
S jump to the previous S if the accumulator is a nonzero value.
T halt the program.

Programs

Hello World program

111EtEr
11111Et1r
1111111r
111rr
This is still a work in progress. It may be changed in the future.