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.
Mint remake
Mint remake
Ok, I'll make this quick, it's just mint esolang but remade because the first one didn't work user:hajunsheng. visit
Defining
mint is a variable stack is a stack stuffs is a stack last means last of stack
Commands
"^" still adds mint to stack "v" still pops from stack ">" still rotates first of stack to last "<x" still sets mint to x "*" adds code ptr to stuffs "=" if mint != last go back to last in stuffs "+" adds replaces last with mint+last as numbers but if second to last of stack is "-" instead it'll replace last with last-mint but if mint is "?" then it has a 50% chance of setting last to 0 "~" still gets input and stores in mint "-" if mint!= last go to next * and has nothing to do with stuffs
The end
Just check the original I guess Mint