guile-user
[Top][All Lists]
Advanced

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

Re: GOOPS: Customizing class instantiation


From: Ludovic Courtès
Subject: Re: GOOPS: Customizing class instantiation
Date: Tue, 26 Sep 2006 13:47:04 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi,

address@hidden (Ludovic Courtès) writes:

>   guile> (define c (make-a-class 'some-name))
>   guile> (define obj (make c))
>   guile> obj
>   #<<my-class> some-name deadbeef>

This should rather be: #<some-name 0123abcd>.

> This is quite unexpected since I would expect, at least, the
> `initialize' class for instances of `<top>' to be applicable.

And this should read: "the `initialize' _method_"...

Ludovic.




reply via email to

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