chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] How to tell csc to call main?


From: Christian Kellermann
Subject: Re: [Chicken-users] How to tell csc to call main?
Date: Fri, 19 Dec 2014 15:08:48 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

Hi!

* Sascha Ziemann <address@hidden> [141219 14:43]:
> How to tell csc to call main in the same way like "csi -ss"?
> csc does not seem to have a -ss option.

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

HTH,

Christian

-- 
May you be peaceful, may you live in safety, may you be free from
suffering, and may you live with ease.



reply via email to

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