guile-devel
[Top][All Lists]
Advanced

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

Re: propose deprecation of generalized-vector-*


From: Andy Wingo
Subject: Re: propose deprecation of generalized-vector-*
Date: Fri, 01 Mar 2013 10:44:52 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

On Fri 01 Mar 2013 10:01, Daniel Llorens <address@hidden> writes:

> scheme@(guile-user)> ,optimize (vector-ref #(1 2 3) 0)
> $1 = 1
> scheme@(guile-user)> ,optimize (array-ref #(1 2 3) 0)
> $2 = (array-ref '#(1 2 3) 0)

File a bug for this case, this sort of thing is totally fixable :)

> What I'd like from Guile is the facilities to allow [array extensions]
> to be efficient.

Very much agreed; do keep pushing on this, and I think we should be able
to come to something good with time.

Andy
-- 
http://wingolog.org/



reply via email to

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