Self-modifying Brainfuck
From Esolang
- This article is a stub, which means that it is not detailed enough and needs to be expanded. Please help us by adding some more information.
Self-modifying Brainfuck is a variant of brainfuck by Simon Howard, which allows a program to modify its own source code. The program code is placed in the data array, and the data pointer starts at the byte immediately after the last instruction in the code.

