From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: Smart variables, dumb variables Date: 27 Aug 2002 00:06:30 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <87lm6t5l7d.fsf@zagadka.ping.de> References: <877kittbdr.fsf@zagadka.ping.de> <20020814210634.GA7220@www> <871y91taen.fsf@zagadka.ping.de> <20020815080643.GA8225@www> <87hehwqdwr.fsf@zagadka.ping.de> <20020815172709.GA9304@www> <87y9b7q56j.fsf@zagadka.ping.de> <20020815200255.GA9588@www> <87n0rnq4am.fsf@zagadka.ping.de> <877kimxwab.fsf@zagadka.ping.de> <20020820120114.GA22160@www> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1030399901 27598 127.0.0.1 (26 Aug 2002 22:11:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 26 Aug 2002 22:11:41 +0000 (UTC) Cc: tomas@fabula.de, guile-devel@gnu.org 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 17jS5C-0007Ae-00 for ; Tue, 27 Aug 2002 00:11:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17jS6X-0002GI-00; Mon, 26 Aug 2002 18:13:01 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17jS0I-00013t-00 for guile-devel@gnu.org; Mon, 26 Aug 2002 18:06:34 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17jS0G-00013X-00 for guile-devel@gnu.org; Mon, 26 Aug 2002 18:06:33 -0400 Original-Received: from dialin.speedway42.dip39.dokom.de ([195.138.42.39] helo=zagadka.ping.de) by monty-python.gnu.org with smtp (Exim 4.10) id 17jS0F-00013T-00 for guile-devel@gnu.org; Mon, 26 Aug 2002 18:06:31 -0400 Original-Received: (qmail 25579 invoked by uid 1000); 26 Aug 2002 22:06:30 -0000 Original-To: rm@fabula.de In-Reply-To: <20020820120114.GA22160@www> Original-Lines: 24 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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:1162 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1162 rm@fabula.de writes: > Allmost, if i might say so ;-) > > *--------------------------------------------------------------------------- > | > | ralf@calvin:~$ guile > | guile> (use-modules (oop goops)) > | guile> (class-of +) > | #< 808f6f0> > | guile> (define-method (+ (a ) (b )) (string-append a b)) > | guile> (class-of +)guile> (class-of +) > | #< 808f690> > | guile> ralf@calvin:~$ exit > | > > I don't know how easy this is to fix It's non-trivial, due to bootstrap issues with Goops. If anyone wants to work on this, that would be great. I don't think I will be getting around to this any time soon. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel