continuation taken?

2008-07-31 Thread John M. Dlugosz
In S04, "Note that temporizations that are undone upon scope exit must be prepared to be redone if a continuation within that scope is taken." What will create a continuation there and how do you take it? That is, how will this ever happen? --John

"Code-only forms"?

2008-07-31 Thread John M. Dlugosz
In S04, "Other similar Code-only forms ..." What does that mean?

Re: Design of the "code" classes

2008-07-31 Thread Moritz Lenz
John M. Dlugosz wrote: > I wrote up a summary and some notes and posted at > . I think what the discussion is missing that there Regexes are also Callable (I think so, at least). Also I'm not sure that Routine actually isa Block, because a Block can be

Re: Design of the "code" classes

2008-07-31 Thread John M. Dlugosz
Moritz Lenz moritz-at-casella.verplant.org |Perl 6| wrote: I think what the discussion is missing that there Regexes are also Callable (I think so, at least). Yes, you are right. S05 says that a named regex is an object of type Method actually. They are just another syntax for writing Rules.