From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dirk Herrmann Newsgroups: gmane.lisp.guile.devel Subject: goops and memoization Date: Sat, 16 Nov 2002 14:41:21 +0100 (CET) Sender: guile-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1037454900 24273 80.91.224.249 (16 Nov 2002 13:55:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 16 Nov 2002 13:55:00 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18D3PX-0006JN-00 for ; Sat, 16 Nov 2002 14:54:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18D3QS-0005Wj-00; Sat, 16 Nov 2002 08:55:56 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18D3CS-0007Cr-00 for guile-devel@gnu.org; Sat, 16 Nov 2002 08:41:28 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18D3CM-0007Ca-00 for guile-devel@gnu.org; Sat, 16 Nov 2002 08:41:28 -0500 Original-Received: from sallust.ida.ing.tu-bs.de ([134.169.132.52]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18D3CM-0007CW-00 for guile-devel@gnu.org; Sat, 16 Nov 2002 08:41:22 -0500 Original-Received: from localhost (dirk@localhost) by sallust.ida.ing.tu-bs.de (8.9.3+Sun/8.9.1) with ESMTP id OAA09619 for ; Sat, 16 Nov 2002 14:41:21 +0100 (CET) Original-To: guile-devel@gnu.org Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1714 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1714 Hi folks, my attempt to get goops working again after my changes to the evaluator failed. First, I find the goops implementation incomprehensible. Second, from what I understood the implementation of goops uses a lot of internal knowledge about how the evaluator works internally. It is not a trivial task to keep goops in sync when some evaluator internals change. Is there any goops expert around willing to improve the situation with goops? Best regards, Dirk Herrmann _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel