[Ecls-list] strange behavior of TYPE-OF in current cvs build
Robert Dodier
robert.dodier at gmail.com
Sun Oct 5 16:49:30 UTC 2008
Hello,
I just built ECL from current cvs on a CentOS (Linux) system.
TYPE-OF seems to misbehave when its argument is a list; in that
case, TYPE-OF appears to return nothing (not even NIL).
For other arguments, TYPE-OF seems OK.
FWIW
Robert Dodier
PS.
> (type-of 1)
(INTEGER 1 1)
> (consp 1)
NIL
> (consp '(1))
T
> (type-of '(1))
>
0 <--- here I entered 0 to see if ECL is still listening
0
> (type-of 'type-of)
SYMBOL
> (type-of #'type-of)
COMPILED-FUNCTION
More information about the ecl-devel
mailing list