chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Postscript: (Reading binary files)


From: Thomas Christian Chust
Subject: Re: [Chicken-users] Postscript: (Reading binary files)
Date: Tue, 18 Dec 2007 22:54:44 +0100
User-agent: Thunderbird 2.0.0.9 (Macintosh/20071031)

Siegfried Gonzi schrieb:

> [...] is this normal behavior among the chicken compiler that it spots
> errors at first at runtime? I bluntly copied some matrix benchmarks over
> from my old Bigloo [...] and leaved fx*, fx+ operators in the code.
> However, the chicken compiler did not complain and produced foo.out but
> complaint at runtime. [...]

Hello,

Scheme variables may be defined at runtime so it is not an error for a
symbol to be unbound at compile time. You can, however, tell the CHICKEN
compiler to emit warnings for undefined symbols and redefined imported
symbols using the -check-imports command line switch.

cu,
Thomas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]