Perl 9 supports hypergotos!
Perl 9 has the fastest goto ever! hypergoto is faster than everything you ve seen so far. A very fast loop can be programmed like this:
+$counter+;
hypergoto ENDLOOP if $counter = 1000;
hypergoto LOOP;
ENDLOOP:
'End very fast goto'<-say;
It is also possible to goto into different programs!
hypergoto $pid, $routine, $instruction;
...jumps into the process with the id $pid and the specified routine/instruction number.