gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] elt bug


From: root
Subject: [Gcl-devel] elt bug
Date: Thu, 5 Jun 2003 23:43:37 -0400

Camm,

I've found another common lisp bug in gcl-2.5.2. 
To illustrate:

GCL-2.4> (setq a '(+))
GCL-2.4> (elt a 1)

Error: The index, 1, is too large

GCL-2.5.2> (setq a '(+))
GCL-2.5.2> (elt a 1)

Error: 1 is not of type POSITIVE-FIXNUM

Tim Daly
address@hidden
address@hidden




reply via email to

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