compile & deliver in same image
I used to have deliver `scripts' which did something like: (load ...sysdcl...) (compile-system ... :load t) (deliver ...) (quit) Is it `better' to compile in one image & then load & deliver in another? I guess `better' means that less grut from the compiler will survive into the delivered image. Thanks --tim