On Tue, Dec 23, 2008 at 07:15:16PM +0100, Alexander Burger wrote:
> 'S' is unbound when 'cons' is called, so the CARs of all elements end up
> with NIL (or whatever 'S' was before).

BTW, such bugs are easily detected by 'lint':

   : (lint 'order)
   -> ((bnd S))

This cryptic result means "bind 'S'".


It is a good idea to call 'lintAll' from time to time:

   : (lintAll)
   -> ((order (bnd S)))

Cheers,
- Alex
-- 
UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Reply via email to