Neil Jerram <[EMAIL PROTECTED]> writes:
> > "Matt" == Matt Wette <[EMAIL PROTECTED]> 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
Kyle Cronan <[EMAIL PROTECTED]> writes:
> Hello,
>
> The following command causes my version of guile (couple months old
> 1.7.0 CVS) to segfault reliably:
>
> guile> (array? (make-uniform-vector 2 #t) #t)
>
> Program received signal SIGSEGV, Segmentation fault.
> singp (obj=0x2374) at unif.c:
> "Matt" == Matt Wette <[EMAIL PROTECTED]> 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
Lynn Winebarger <[EMAIL PROTECTED]> writes:
> Saturday's cvs of guile-core:
> Using automake 1.5, autoconf 2.52,libtool 1.4.2
>
> minor
> doc/tutorial was missing mdate-sh after configuring (chugged along after
> copying it from doc/ref).
This file should be installed by "autogen.sh". I have
Guile 1.5.4 (1.4 also) says that symbols are arrays.
guile> (version)
"1.5.4"
guile> (array? 'abc)
#t
___
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile