Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!mcsun!inria!delacour From: delacour@inria.inria.fr (Vincent Delacour) Newsgroups: comp.object Subject: Re: Reentrant code Keywords: reentrant code, object methods Message-ID: <1413@inria.inria.fr> Date: 4 Oct 89 10:34:23 GMT References: <11242@eerie.acsu.Buffalo.EDU> <1857@brazos.Rice.edu> <33425@srcsip.UUCP> Organization: INRIA, Rocquencourt, France. Lines: 15 Object Oriented-ness can easily be achieved by preprocessing, on top of any programming languages that provides functions (or procedures) as values (eg : C, Lisp). For other languages (such as Ada for example), the preprocessing is still possible but relies more heavily on the quality of the compiler and makes separate compilation more difficult to manage. Thus, if the system on which you compile is reentrant, your object- oriented code will be reentrant. [delacour@poly.polytechnique.fr]