[slime-devel] Re: Slime/SBCL/FreeBSD oddities

Raymond Wiker Raymond.Wiker at fast.no
Fri Dec 5 16:20:29 UTC 2003


Helmut Eller writes:
 > Raymond Wiker <Raymond.Wiker at fast.no> writes:
 > 
 > >         Here goes:
 > > 
 > > (defparameter *truth-table*
 > >   (vector 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 191 
 > 
 > My SBCL 0.8.6.13 goes into an endless loop or something when I enter: 
 > 
 >  (compile nil '(lambda nil (defparameter *truth-table* ...)))

        Could be a different problem - I've seen my PowerBook taking
up to about 70 seconds compiling this form. Try replacing

                (vector ...

with

                #.(vector ...

or

                #( ...






More information about the slime-devel mailing list