IRC channel logs

2014-06-21.log

back to list of logs

<guest`>why "(use-modules (srfi srfi-1))(define D '(((1 2)))) (do ((r 1 (1+ r))) ((> r 2)) (set! D (append D '(()))) (display D)(newline) (set-car! (drop D r) (car (drop D (- r 1)))))" outputs "(((1 2)) ((1 2)) ((1 2)))" the second time?
***nevzets is now known as Lajjla
***Lajjla is now known as chermobylae
<davexunit>hello guilers
*davexunit is wondering how to write a variant of memoize that takes into account memory usage and expires the least recently used items when the cache is full
***sneek_ is now known as sneek
<manolisr>while trying to build guile 2.0.11 on debian testing I get
<manolisr>fatal error: gc_local_alloc.h: No such file or directory
<manolisr>what depedency am I missing?
<manolisr>found the problem, wrong version of bdw-gc
<daviid>hello guilers!