[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [goops] adding a number class with generic methods
From: |
Ludovic Courtès |
Subject: |
Re: [goops] adding a number class with generic methods |
Date: |
Tue, 09 May 2006 09:56:28 +0200 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) |
Hi,
"Mikael Djurfeldt" <address@hidden> writes:
> In the current module system, the effect of mentioning a variable in
> an export statement is to set up a new, undefined, variable with that
> name.
And thus the first `define-method' creates a new, empty, generic
function. That makes it sometimes quite tricky to spread method
definitions all over the place (e.g., see G-Wrap...).
Thanks,
Ludovic.
- [goops] adding a number class with generic methods, Marco Maggi, 2006/05/02
- Re: [goops] adding a number class with generic methods, Marco Maggi, 2006/05/03
- Re: [goops] adding a number class with generic methods, Marco Maggi, 2006/05/04
- Re: [goops] adding a number class with generic methods, Mikael Djurfeldt, 2006/05/04
- Re: [goops] adding a number class with generic methods, Neil Jerram, 2006/05/06
- Re: [goops] adding a number class with generic methods, Mikael Djurfeldt, 2006/05/07
- Re: [goops] adding a number class with generic methods, Neil Jerram, 2006/05/07
- Re: [goops] adding a number class with generic methods,
Ludovic Courtès <=
- Re: [goops] adding a number class with generic methods, Mikael Djurfeldt, 2006/05/09
- GOOPS and Code Complexity, Ludovic Courtès, 2006/05/09