Re: SRFI 41, revisited

2012-09-11 Thread Chris K. Jester-Young
On Tue, Sep 11, 2012 at 01:58:26PM +0800, Daniel Hartwig wrote: This is not compatible with the (ice-9 streams) module is it? At least, it does not appear to be by quickly scanning the source. Nope, the two are not related at all. As you've correctly identified, (ice-9 streams) uses a

Re: Why is Guile now setting LD_LIBRARY_PATH?

2012-09-11 Thread Ludovic Courtès
Hi Bruce, Bruce Korb bk...@gnu.org skribis: in main() LD_LIBRARY_PATH='EMPTY' in inner_main() LD_LIBRARY_PATH='/usr/lib64:/usr/lib64/guile/2.0/extensions' The reason provided in ‘sysdep_dynl_init’ is: /* Add SCM_LIB_DIR and SCM_EXTENSIONS_DIR to the loader's search path.

Re: Why is Guile now setting LD_LIBRARY_PATH?

2012-09-11 Thread Bruce Korb
Hi Ludo, in main() LD_LIBRARY_PATH='EMPTY' in inner_main() LD_LIBRARY_PATH='/usr/lib64:/usr/lib64/guile/2.0/extensions' The reason provided in ‘sysdep_dynl_init’ is: /* Add SCM_LIB_DIR and ... See http://lists.gnu.org/archive/html/guile-devel/2010-11/msg00095.html for details. */ I am

Re: things are eq? but not generated at the same time

2012-09-11 Thread Chris K. Jester-Young
On Wed, Sep 05, 2012 at 08:24:58PM +0100, Ian Price wrote: I, of course, meant vector literals, but a quick test shows this is not the case. Literals are always immutable, and trying to modify them is nasal demon stuff. Of course, R6RS says implementations should raise an exception when an