[gambit-list] srfi-13/14

Bradley Lucier lucier at math.purdue.edu
Thu May 12 19:13:19 EDT 2005


On May 12, 2005, at 6:45 PM, ben at 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




More information about the Gambit-list mailing list