From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] X on Plan 9 From: forsyth@vitanuova.com MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010423112013.6119519A2E@mail.cse.psu.edu> Date: Mon, 23 Apr 2001 12:20:42 +0100 Topicbox-Message-UUID: 8b862c04-eac9-11e9-9e20-41e7f4b1d025 >>What do you mean by "non event-driven?" i supposed he meant `not using callbacks' (ie, quasi-interrupts on each event) to drive the computation, but instead using communicating sequential processes to express the interaction of computer and events in the environment, allowing the use of a more reasonable programming style (in the sense that you can reason about them and the effects on data structures and values). i've found callback-based programs typically shrink when converted, but i suppose that's not necessarily true.