guile-devel
[Top][All Lists]
Advanced

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

Re: Growable arrays?


From: Ludovic Courtès
Subject: Re: Growable arrays?
Date: Mon, 11 Jun 2012 14:02:10 +0200
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.0.93 (gnu/linux)

Hi David,

David Kastrup <address@hidden> skribis:

> Scheme/Guile vectors are fixed size.  Now I have a situation where I
> have a basic type lattice with records stored in vectors, and this type
> lattice may be extended dynamically (which typically happens at the
> start of a whole file, for potentially multi-file runs).

As Daniel put it, vlists would probably be a good match for that
(info "(guile) VLists").

Ludo’.




reply via email to

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