On May 12, 2005, at 6:45 PM, ben@fuhok.net wrote:
On Mon, May 09, 2005 at 11:47:12PM -0500, Bradley Lucier wrote:
I think our ultimate goal should be to add enough explicit checks that the libraries can be compiled with all unsafe optimizations on.
Which includes '(declare (not safe)) right?
Yes. To activate the (macro-check-* ...) error checking you need to compile with -check, e.g.,
% gsc -c -check srfis.scm
or
% gsc
(compile-file "srfis.scm" '(check))
Brad