-Peter
--
Peter Seibel pe...@javamonkey.com
Lisp is the red pill. -- John Fraser, comp.lang.lisp
> Is whether AREF signals an error when given invalid indices simply a
> quality of implementation issue? I couldn't find anything in the
> standard saying either "an error is signaled" or "an error should be
> signaled".
I don't believe a conforming implementation is required to signal an
error on invalid indices, even in safe code.
Paul