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

Bradley Lucier lucier at math.purdue.edu
Tue Apr 24 23:08:23 EDT 2007


On Apr 24, 2007, at 10:18 PM, dillo gimp 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

Vectors are not self-quoting:

[brad:~/Desktop/kiss_fft_v1_2_6/tools] lucier% gsc
Gambit Version 4.0 beta 22

 > (define b '#(4 0 -8 -5))
 > b
#(4 0 -8 -5)





More information about the Gambit-list mailing list