-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brainfuck example is not a fork bomb #18
Comments
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. `+[[.+]+] |
btw brainfuck is only brainfuck |
Taken from aaronryank#18 with the intention to provide a hopefully more correct version
it is an infinite loop. If you were to convert it to C, it would look like this:
which is very clearly not a fork bomb
The text was updated successfully, but these errors were encountered: