Paul Werkowski writes:
 > 
 > | (let ((n 1000)
 > |       (nn 1000000)
 > |       (mat #.(make-array '(1000000) :element-type 'double-float)))
 > 
 > Isn't this creating a literal object which you are later wanting to modify?

You're right, that should really be load-time-value, not #.

-- 
           /|_     .-----------------------.                        
         ,'  .\  / | No to Imperialist war |                        
     ,--'    _,'   | Wage class war!       |                        
    /       /      `-----------------------'                        
   (   -.  |                               
   |     ) |                               
  (`-.  '--.)                              
   `. )----'                               

Reply via email to