Probably the shortest and most "optimal" strange loop, can be done in
classic x86 assembly:

jmp $ ;Immediate unconditional jump to the address this very
instruction resolves to

The interoperability of C/C++ means we could do it almost as terse in
these languages:

__asm { jmp $ } //Immediate unconditional jump to the address this
very instruction resolves to

-- 
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to javaposse@googlegroups.com.
To unsubscribe from this group, send email to 
javaposse+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to