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.
Counter minus
- This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
Counter minus is language by User:ChuckEsoteric08 inspired by The Waterfall Model.
Semantics
Counter minus has:
- Fixed number of registers
- A trigger
Counters incrementing until at least one of them reaches number that is chosen by user. After that, trigger is runned that decrements other counter also chosen by user.
Syntax
Programs written like that
1, 2, 3, 4...;255;12;2
1, 2, 3, 4... are registers that incremented. 255 are number that will cause trigger to run, 12 are how many times register will be decremented, and 2 register which will be decrmemented. After trigger is runned, do next line. Program is stuck in an infinite loop