guile-devel
[Top][All Lists]
Advanced

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

any clues?


From: Eric Moore
Subject: any clues?
Date: Mon, 23 Oct 2000 16:24:17 -0400 (EDT)

found a bug in what looks like the writer:

debian:~$ guile -q
guile> (let f ((n 100) (l '())) (if (= n 0) l (f (1- n) (cons 'x l))))
(x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x 
x x x x x x x x x xERROR: In procedure make-vector:
ERROR: Wrong type argument in position 1: address@hidden
ABORT: (wrong-type-arg)
guile> 

has something to do with displaying long lists.  Occurs for (write
(let ...)) and (display (let ...)) too.  Any clues?

  -Eric



reply via email to

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