chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] import and srfi-1


From: Nicolas Pelletier
Subject: Re: [Chicken-users] import and srfi-1
Date: Mon, 26 Jul 2010 09:43:09 +0900

Hello,

On Fri, Jul 23, 2010 at 6:52 PM, Moritz Heidkamp
<address@hidden> wrote:
> Hi,
>
> Nicolas Pelletier <address@hidden> writes:
>> address@hidden:~/tmp$ csc -s -j test test.scm
>> address@hidden:~/tmp$ csc toto.scm
>> address@hidden:~/tmp$ ./toto
>
> just a little hint: the disadvantage of this is that you either have to
> delete the test.so or recompile test.scm for every change you make. You
> can however use csc -Jt test.scm which will only generate the test.c but
> also the test.import.scm which you can use for requiring test.scm. Quite
> convenient! Remember to run csc -Jt again whenever you change the
> exports of the test module however :-)

Indeed, this is more convenient. Thank you for pointing this out!

-- 
Nicolas



reply via email to

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