chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] reload .so in csi?


From: Christian Kellermann
Subject: Re: [Chicken-users] reload .so in csi?
Date: Fri, 1 Jul 2011 20:38:53 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

* David N Murray <address@hidden> [110701 18:28]:
> Hi all,
> 
> I run csi inside emacs.  I have a .so file that occasionally needs to be
> updated.  Is there a way to reload the .so after I re-make it, without
> having to exit csi?  I've tried use, import, require-extension, and ,l
> the.so.  It never picks up my changes.  The only reliable solution is to
> exit csi and restart it.

A convenient way is to define a system comprising your source for the
.so with the system egg (http://api.call-cc.org/doc/system). This uses
the compile-file procedure to create a new .so name each time it is
compiled. This may clutter your memory but it works very well for me.

HTH,

Christian

-- 
Who can (make) the muddy water (clear)? Let it be still, and it will
gradually become clear. Who can secure the condition of rest? Let
movement go on, and the condition of rest will gradually arise.
 -- Lao Tse. 



reply via email to

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