bug-guile
[Top][All Lists]
Advanced

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

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


From: Neil Jerram
Subject: Re: (array? 'abc) => #t
Date: 11 Mar 2002 20:33:37 +0000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "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.

????

        Neil




reply via email to

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