fork-bomb icon indicating copy to clipboard operation
fork-bomb copied to clipboard

brainfuck example is not a fork bomb

Open Mee42 opened this issue 4 years ago • 4 comments

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

Mee42 avatar Aug 08 '20 19:08 Mee42

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

eltrevii avatar Oct 11 '20 18:10 eltrevii

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

eltrevii avatar Oct 11 '20 18:10 eltrevii

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

Mee42 avatar Oct 11 '20 18:10 Mee42

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.

+[[+]>+]

ghost avatar Feb 10 '21 06:02 ghost

This might cause a system to crash if left long. `+[[.+]+]

ghost avatar Feb 10 '21 07:02 ghost

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

Xprogrammer777 avatar Sep 23 '22 14:09 Xprogrammer777