Hello,

On Fri, Jul 23, 2010 at 6:52 PM, Moritz Heidkamp
<mor...@twoticketsplease.de> wrote:
> Hi,
>
> Nicolas Pelletier <sxatrxtfxcrwamvjk...@gmail.com> writes:
>> nico...@dynamo:~/tmp$ csc -s -j test test.scm
>> nico...@dynamo:~/tmp$ csc toto.scm
>> nico...@dynamo:~/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

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to