fork-bomb
fork-bomb copied to clipboard
brainfuck example is not a fork bomb
it is an infinite loop. If you were to convert it to C, it would look like this:
void run(int* mem) {
*mem++;
while(*mem) { mem++; *mem++; };
}
which is very clearly not a fork bomb
What?
idk why it is but as u can c no one answers lol
its strange but idk why you say that but idk 2 much languages, only a bit of vbs and a bit more of batch
If there is no activity on this issue in months, a bot will tag it and time later the bot will close it, because it happened to me
Please don't yell
No one answered because the maintainer isn't maintaining this project, and no one other then the maintainer would give af
This is correct, it is not a correct brainfuck fork bomb, I have come across a solution (not) by myself, it is not a fork bomb but it leaves traces.
+[[+]>+]
This might cause a system to crash if left long. `+[[.+]+]
This is correct, it is not a correct brainfuck fork bomb, I have come across a solution (not) by myself, it is not a fork bomb but it leaves traces.
+[[+]>+]
btw brainfuck is only brainfuck