Tom Tromey <tromey@redhat.com> writes: > Adam> Hrm, how would you do goto's? > The JVM has a goto instruction. Wow, what's it used for? The language doesn't have a goto... > The real problem is dealing with the different data models, namely > pointers. Even this is solvable though. Store everything in byte[]'s and represent pointers as offsets into the array? - a