[gambit-list] got error from defining a vector?

Jeff Read bitwize at gmail.com
Tue Apr 24 22:46:19 EDT 2007


On 4/24/07, dillo gimp <dillogimp at 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



More information about the Gambit-list mailing list