Re: Event based language, does it exist?

Lex Spoon <lex@cc.gatech.edu>
21 Sep 2000 18:11:59 -0400

          From comp.compilers

Related articles
[17 earlier articles]
Re: Event based language, does it exist? cfc@world.std.com (Chris F Clark) (2000-09-08)
Re: Event based language, does it exist? mwh@gradient.cis.upenn.edu (2000-09-08)
Re: Event based language, does it exist? loewis@informatik.hu-berlin.de (Martin von Loewis) (2000-09-08)
Re: Event based language, does it exist? Norman_member@newsguy.com (Norman Culver) (2000-09-08)
Re: Event based language, does it exist? cbbrowne@acm.org (2000-09-15)
Re: Event based language, does it exist? henter@wxs.nl (Peter Stevens) (2000-09-21)
Re: Event based language, does it exist? lex@cc.gatech.edu (Lex Spoon) (2000-09-21)
Re: Event based language, does it exist? trollet@skynet.be (Atle) (2000-10-08)
Re: Event based language, does it exist? rog@vitanuova.com (2000-10-10)
| List of all articles for this month |

From: Lex Spoon <lex@cc.gatech.edu>
Newsgroups: comp.compilers,comp.lang.misc
Date: 21 Sep 2000 18:11:59 -0400
Organization: College of Computing, Georgia Tech
References: 00-08-132 00-09-004 00-09-051
Keywords: design, parallel

Dan Cohen <dancohen@nospam.canuck.com> writes:
> The event-passing protocol was:
>
> - The sender "throws" a message which carries some data
> - Any receiver may "catch" the message, which starts its procedures on
> the data


Linda works like this. Coupling between caller and responder is
extremely loose.




-Lex


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.