Martin Grabmueller <[EMAIL PROTECTED]> 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

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to