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.
Links
- original in Python
- JavaScript implementation