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

Fork bombs in lots of languages

Results 19 fork-bomb issues
Sort by recently updated
recently updated
newest added

The Ruby example loops and forks... I don't think it's a fork bomb at all. A fork bomb in Ruby 3 will look like this: ``` #!/usr/bin/env -S ruby --disable-gems...

This Fork-Bomb is harder.

it is an infinite loop. If you were to convert it to C, it would look like this: ```c void run(int* mem) { *mem++; while(*mem) { mem++; *mem++; }; }...

Visual Basic is NOT VBScript. There are also visual basic and visual basic .net. Maybe add them in the future.

use processes instead of threads

A fork bomb in the Ook! Programming language