Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!iuvax!pur-ee!uiucdcs!uiucdcsp!graver From: graver@uiucdcsp.cs.uiuc.edu Newsgroups: comp.lang.smalltalk Subject: Re: Smalltalk for (embedded) real-time Message-ID: <80500018@uiucdcsp> Date: Tue, 15-Sep-87 11:16:00 EDT Article-I.D.: uiucdcsp.80500018 Posted: Tue Sep 15 11:16:00 1987 Date-Received: Fri, 18-Sep-87 06:57:28 EDT References: <1881@tekig4.TEK.COM> Lines: 9 Nf-ID: #R:tekig4.TEK.COM:1881:uiucdcsp:80500018:000:554 Nf-From: uiucdcsp.cs.uiuc.edu!graver Sep 15 10:16:00 1987 The only problem with trying to write a Smalltalk "program" that sends no messages that allocate memory is that such programs would be VERY limited in usefulness. Any message must be sent to an object, the receiver. Only if the recceiver already exists, say, in the global dictionary Smalltalk, can even the simple task of sending a message be done without allocating new memory. If one wants to program in Smalltalk using only pre-existant object and using almost none of the existing system code, good luck. I would not want to attempt such a feat.