Hi,

Christian Kellermann <[email protected]> writes:
> Call (main) at toplevel. If you want to change the behaviour depending
> on whether the code is compiled or interpreted you can use cond-expand
> testing for feature 'compiling

alternatively pass an option like this to csc:

  -postlude '(main (command-line-arguments))'

Untested but you get the idea. Actually, it would probably make sense to
have an option to that effect for csc, too.

Moritz

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to