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: Moritz Heidkamp
Subject: Re: [Chicken-users] import and srfi-1
Date: Fri, 23 Jul 2010 11:52:41 +0200

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 :-)

Moritz



reply via email to

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