On 4/24/07, dillo gimp dillogimp@gmail.com wrote:
(define b #(4 0 -8 -5)) /usr/4.0b22/bin/gsc accumu.sc *** ERROR IN "/lfs/scheme/accumu.sc"@946.11 -- Ill-formed expression
Try (define b (vector 4 0 -8 -5))
You may want to use an appropriate homogeneous vector (s8vector, s16vector, etc.).
--Jeff