[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: retry does not work

T. Onoma

11/20/2003 12:29:00 PM

thanks matz and thanks guy for chat. continuations work, but still seem clunky. i'll probably pass proc.

have a good day,
-t0

> Hi,
>
> In message "Re: retry does not work"
> on 03/11/20, "T. Onoma" <transami@runbox.com> writes:
>
> |that is a good point, but the alternative seems to be passing proc or passing self. self seems like over kill, but passing proc is messy. no win situation here? perhaps this suggests another facility like raise but that does not halt execution. rather it moves up the call chain looking for a handler, if it finds one it executes, if not forget it, and then resumes execution. better RCR?
>
> It's called "coroutine". If you are going to write new RCR, I
> recommend you to google it first.
>
> matz.
>
>