Related articles |
---|
[8 earlier articles] |
Re: Event based language, does it exist? c_pew@mail.utexas.edu (Curtis Pew) (2000-09-08) |
Re: Event based language, does it exist? jp@secher-web.dk (Jens Peter Secher) (2000-09-08) |
Re: Event based language, does it exist? bonzini@gnu.org (2000-09-08) |
Re: Event based language, does it exist? ian@five-d.com (2000-09-08) |
Re: Event based language, does it exist? trollet@skynet.be (Atle) (2000-09-08) |
Re: Event based language, does it exist? dancohen@nospam.canuck.com (Dan Cohen) (2000-09-08) |
Re: Event based language, does it exist? dancohen@nospam.canuck.com (Dan Cohen) (2000-09-08) |
Re: Event based language, does it exist? mac@ac.valley.net (2000-09-08) |
Re: Event based language, does it exist? burow@ifh.de (Burkhard Dietrich Burow) (2000-09-08) |
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) |
[5 later articles] |
From: | Dan Cohen <dancohen@nospam.canuck.com> |
Newsgroups: | comp.compilers,comp.lang.misc |
Date: | 8 Sep 2000 02:16:01 -0400 |
Organization: | Compilers Central |
References: | 00-08-132 00-09-004 |
Keywords: | design |
> In 1986, I interviewed a company in Markham Ontario that was developing
> its own better-than-Unix computer. The hardware (!!!) was strictly
> event-driven, and the software (at the API level) was simulated
> event-based. I'm sorry but I forget the company name, and they're not
> there anymore.
>
> I didn't get the chance to join their team, so I wasn't allowed to see
> the language design.
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
I remember at the time, the boss made a 'throw' gesture, which seemed
outrageous. None of the team made a 'catch' gesture, which seemed
hopeless. But the system worked.
-- Dan Cohen in Calgary
Return to the
comp.compilers page.
Search the
comp.compilers archives again.