Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1.chuqui 4/7/84; site apple.UUCP Path: utzoo!linus!decvax!decwrl!nsc!voder!apple!tesler From: tesler@apple.UUCP (Larry Tesler) Newsgroups: net.micro.mac Subject: Re: Coroutines needed for Macintosh! Message-ID: <44808@apple.UUCP> Date: Tue, 8-Oct-85 11:18:36 EDT Article-I.D.: apple.44808 Posted: Tue Oct 8 11:18:36 1985 Date-Received: Fri, 11-Oct-85 07:30:35 EDT References: <96900012@uiucuxc> Organization: Apple Education Research Group, Cupertino CA Lines: 5 In general, object-oriented languages do not provide coroutine-like facilities. Some, like Simula-67 and Smalltalk, do. If coroutines are provided, they work out neatly, because the object's state is better protected than in an ordinary programming language (albeit not as well as with a MONITOR).