bug-guile
[Top][All Lists]
Advanced

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

Re: (array? 'abc) => #t


From: Marius Vollmer
Subject: Re: (array? 'abc) => #t
Date: 12 Mar 2002 00:44:17 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Neil Jerram <address@hidden> writes:

> >>>>> "Matt" == Matt Wette <address@hidden> writes:
> 
>     Matt> Guile 1.5.4 (1.4 also) says that symbols are arrays.
>     guile> (version)
>     Matt>   "1.5.4"
>     guile> (array? 'abc)
>     Matt>   #t
> 
> scm_array_p takes an optional arg.  If the optional arg isn't there,
> and the required arg isn't a smob, it will always return #t.
> 
> ????

Yes, scm_array_p is badly broken.  Look at the switch... I'll fix it
somehow.



reply via email to

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