On Wed, Sep 05, 2012 at 08:24:58PM +0100, Ian Price wrote:
> I, of course, meant vector literals, but a quick test shows this is not
> the case. 

Literals are always immutable, and trying to modify them is nasal demon
stuff. Of course, R6RS says implementations "should" raise an exception
when an attempt is made to modify an immutable object, so perhaps that
is something we should consider.

Related: http://stackoverflow.com/a/12332939/13

Cheers,
Chris.

Reply via email to