Guile Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Scheme style auto-resizing hashtable (fwd)
On Fri, 6 Nov 1998, Jay Glascoe wrote:
> (cons a (cons b (cons c '()))) <-> (a b c)
>
> After (set-cdr! list (cdr list))
>
> (cons a (cons c '())) <-> (a c)
uh, I of course meant to write
(set-cdr! list (cddr list))
I hope I don't get corrected four times over in the next 24 hours ;)
>
> Jay Glascoe
> jglascoe@jay.giss.nasa.gov
>
>
Guile Home |
Main Index |
Thread Index