Re: What is this programming style called?

2002-12-24 Thread Dar Scott
On Monday, December 23, 2002, at 03:17 PM, Jeanne A. E. DeVoto wrote: At 1:20 PM -0800 12/23/02, Dar Scott wrote: I'm looking for a name for that Revolution programming style that involves using "send...in ..." and/or callbacks, such as the socket callbacks. I've sometimes referred to the tec

Re: What is this programming style called?

2002-12-23 Thread Jeanne A. E. DeVoto
At 1:20 PM -0800 12/23/02, Dar Scott wrote: >I'm looking for a name for that Revolution programming style that >involves using "send...in ..." and/or callbacks, such as the socket >callbacks. I've sometimes referred to the technique as "delayed sends". -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] R

Re: What is this programming style called?

2002-12-23 Thread Jan Schenkel
--- Dar Scott <[EMAIL PROTECTED]> wrote: > I'm looking for a name for that Revolution > programming style that > involves using "send...in ..." and/or callbacks, > such as the socket > callbacks. > > Here are some candidates: > message programming > timers, polls & callbacks > extended event pro

Re: What is this programming style called?

2002-12-23 Thread Alex Rice
On Monday, December 23, 2002, at 02:20 PM, Dar Scott wrote: I'm looking for a name for that Revolution programming style that involves using "send...in ..." and/or callbacks, such as the socket callbacks. Here are some candidates: message programming timers, polls & callbacks extended event

What is this programming style called?

2002-12-23 Thread Dar Scott
I'm looking for a name for that Revolution programming style that involves using "send...in ..." and/or callbacks, such as the socket callbacks. Here are some candidates: message programming timers, polls & callbacks extended event programming send-cycle programming the callback and send handler