Re: If topicalization

2005-08-04 Thread Stuart Cook
On 8/4/05, Luke Palmer <[EMAIL PROTECTED]> wrote: > How can that possibly work? If a bare closure { } is equivalent to -> > ?$_ is rw { }, then the normal: > > if foo() {...} > > Turns into: > > if foo() -> ?$_ is rw { } > > And every if topicalizes! I'm sure we don't want that. > > L

Re: If topicalization

2005-08-03 Thread TSa (Thomas Sandlaß)
HaloO, Luke Palmer wrote: I vaguely recall that we went over this already, but I forgot the conclusion if we did. I have a proposal about block owner and block topic pending. But I guess no one noticed it, ... In Damian and Larry's talk here at OSCON, I saw the example: if foo() -> $fo