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.
Iwashi
Jump to navigation
Jump to search
Iwashi, crated and published by Yosshi999 in 2018, is a procedural language whose commands are taken from lyrics from the song A sardine grows from the soil. It's a brainfuck-derivative except:
- it lacks commands to increment/decremented the pointer; instead it has a command to move the pointer to specified position: as in
(\d+)ねんまえかのことでしたwhere it is capable of pointer 0-2018; - the loop commands are substituted by label and branch commands:
(.+)にあながあく,(.+)がつちからはえてくるんだandそらのうえから(.+)がたつfor label, branch if positive, branch if zero respectively; and - it has integer I/O and arithmetic commands.
For character input, EOF is represented as -1.
Links
- original in Python
- JavaScript implementation