guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Smart variables, dumb variables


From: Marius Vollmer
Subject: Re: Smart variables, dumb variables
Date: 27 Aug 2002 00:06:30 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

address@hidden writes:

> Allmost, if i might say so ;-)
> 
> *---------------------------------------------------------------------------
> |  
> |  address@hidden:~$ guile
> |  guile> (use-modules (oop goops))
> |  guile> (class-of +)
> |  #<<procedure-class> <procedure> 808f6f0>
> |  guile> (define-method (+ (a <string>) (b <string>)) (string-append a b))
> |  guile> (class-of +)guile> (class-of +)
> |  #<<procedure-class> <primitive-generic> 808f690>
> |  guile> address@hidden:~$ 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]