bug-guile
[Top][All Lists]
Advanced

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

Re: Vectors should not evaluate to themselves


From: Mikael Djurfeldt
Subject: Re: Vectors should not evaluate to themselves
Date: 05 Apr 2001 01:12:28 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

Martin Grabmueller <address@hidden> writes:

> according to R5RS, literally entered vectors do not evaluate to
> themselves and must always be quoted.  Guile does not detect this
> error:
> 
> guile> #(as)
> #(as)
> 
> Should this be fixed, and can it be fixed easily?

It should be fixed and it is easy to fix.  We only need to remove a
case in a switch at the top of the evaluator.

Best,
Mikael



reply via email to

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