guile-user
[Top][All Lists]
Advanced

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

Re: read syntax vectors immutable


From: Mark H Weaver
Subject: Re: read syntax vectors immutable
Date: Thu, 22 Jun 2017 12:57:26 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

I wrote:
> To create a mutable vector, use 'vector', or apply 'vector-copy' to a
> literal vector.  Also note that these are shallow copies, e.g. if you
> have nested vector literals, 'vector-copy' will only copy the top layer.

'make-vector' is also useful for many purposes.

       Mark



reply via email to

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