Quote:
Originariamente inviato da WarDuck
Potrebbe in alternativa usare una fork-bomb
Codice:
while(1)
{
fork();
}
|
Ma a questo punto non occorre manco un compilatore... bash e via
__________________
One of the conclusions that we reached was that the "object" need not be a primitive notion in a programming language; one can build objects and their behaviour from little more than assignable value cells and good old lambda expressions. —Guy Steele
|