The idea is interesting, but, two points 1) Where does it jump to? The next line after the method invocation? Or a finally block, if there is on? What if I haven't defined a finally block in the enclosing (method-calling) scope? Does it bubble up to some other finally in a broader scope? What if I'm starting with a script and haven't defined any finally at all? I guess the compiler could detect that a Jump was being declared (how?) and force you to include a finally.
2) The word "jump" seems to imply a location (jump-to, jump-back-to) but no destination, specifically. I'm probably missing the larger discussion here, though I've been following some of the talk on closures. Would be interested to hear more. Thanks Patrick --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en -~----------~----~----~----~------~----~------~--~---
