guile-devel
[Top][All Lists]
Advanced

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

Re: GOOPS and hash-tables - ie. <hash-table>


From: Brent Pinkney
Subject: Re: GOOPS and hash-tables - ie. <hash-table>
Date: Sun, 24 Mar 2013 15:42:03 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4

Hi Daniel,
Which hash tables are you using?

scheme@(guile-user)> (define t (make-hash-table))
scheme@(guile-user)> (define-method (enumerate! (o <hashtable>) env)
                        (list o env))
scheme@(guile-user)> (enumerate! t #t)
$2 = (#<hash-table a2a0480 0/31> #t)

Thanks! I will try again later today.

Cheers

Brent




reply via email to

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