G'day all. On Mon, Apr 22, 2002 at 04:31:32PM -0400, Dan Sugalski wrote:
> 3) We're having a new rule--you may *not* take a continuation from > within an opcode function! This is probably one of those "Well, Duh!" > things but better to have it up front. I see why you say this, but I'm not sure it's necessarily a good idea. There are a few languages which rely on continuations within functions (Prolog is the one that springs to mind, but there are others), and without it, the generated code might get unnecessarily bloated. Cheers, Andrew Bromage