Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucsd!pacbell.com!pacbell!osc!tma From: tma@osc.COM (Tim Atkins) Newsgroups: comp.object Subject: Re: Infinite Loop of Message Passing Message-ID: <4172@osc.COM> Date: 25 Jan 91 08:13:12 GMT References: <26386@uflorida.cis.ufl.EDU> Reply-To: tma@osc.UUCP (Tim Atkins) Distribution: usa Organization: Versant Object Technology, Menlo Park, CA Lines: 9 Your error was that you had the Evaluator class confused with the Method class. They are simply not the same thing and therefore the cycle of eval messages would be broken. The buck has to stop somewhere. It is the very function of the Evaluator to take a method as argument to its eval function and actually execute it. - Tim