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: David N Murray
Subject: Re: [Chicken-users] reload .so in csi?
Date: Fri, 01 Jul 2011 16:21:05 -0400 (EDT)

On Jul 1, Jim Ursetto scribed:

> On Jul 1, 2011, at 1:38 PM, Christian Kellermann wrote:
>
> > 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.
>
> That is probably the best solution.  The other solution is to use (load
> "foo.so") but it may not work on all platforms.  (I sent that last bit
> in private mail but forgot to copy the list)

(load "foo.so") appears to do the same thing as
#;4> ,l foo.so
; loading foo.so
#;4>

but, the new function I'm exporting still isn't visible, so it doesn't
look like changes are being picked up.  Restarting csi and (use foo) works
fine.  I'll look into Christian's suggestion.

Thanks!
Dave




reply via email to

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