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.

Broken stack element

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

Broken stack element(BSE) is a language by User:ChuckEsoteric08 inspired by Entropy.

Description

It has 1 stack as memory. Every time instruction which does somthing with stack element it could decay.

push x push x to the stack
pop x pop x and output
dup duplicate stack element
conc concatenate top two stack elements
goto x y goto 1-indexed line x if top of the stack is x