<taylanub>Debian installed an .so to /lib/x86_64-linux-gnu, but `dynamic-link' doesn't seem to look there. I can "fix" it by setting LD_LIBRARY_PATH but that's probably the wrong solution. any tips? ***Lajjla is now known as stonetusk_lemur
<sxprrr>does guile have plans to ever have a builtinn system for modules? .guilerc would be easy enough to accomplish, and it seems like a lot of popular guile apps would benefit from having an easy extensible ecosystem ***stonetusk_lemur is now known as lord_flatworm
<sneek> 14:17:31 up 32 days, 14:25, 1 user, load average: 0.04, 0.03, 0.05 <sneek>`cons' is a procedure in the (guile) module. <sneek>- Scheme Procedure: cons x y <sneek> Return a newly allocated pair whose car is X and whose cdr is Y. <sneek> The pair is guaranteed to be different (in the sense of `eq?') from <sneek> every previously existing object.