Re: New egg: (slib wt-tree) weight-balanced trees

2022-05-25 Thread Wolfgang Corcoran-Mathe
I'm renaming the above egg to slib-wt-tree, since Henrietta doesn't like the embedded dot in slib.wt-tree. Note that the name of the module hasn't changed: it's still (slib wt-tree) or slib.wt-tree. So, to install this egg, run chicken-install slib-wt-tree Sorry for the confusion. All of th

Re: What is this message trying to tell me? csc: could not find linked extension: chicken.csi

2022-05-25 Thread felix . winkelmann
> ck5 csm -program kvpub -static > '/home/mrwellan/data/buildall/ck5.3/bin/csc' '-c' '-static' '-J' > '/home/mrwellan/data/kvpub/mtargs.scm' '-I' '/home/mrwellan/data/kvpub' > '-C' '-I' '-C' '/home/mrwellan/data/kvpub' '-unit' 'mtargs' > '-emit-link-file' 'mtargs.link' '-o' 'mtargs.o' > '/home/

What is this message trying to tell me? csc: could not find linked extension: chicken.csi

2022-05-25 Thread Matt Welland
ck5 csm -program kvpub -static '/home/mrwellan/data/buildall/ck5.3/bin/csc' '-c' '-static' '-J' '/home/mrwellan/data/kvpub/mtargs.scm' '-I' '/home/mrwellan/data/kvpub' '-C' '-I' '-C' '/home/mrwellan/data/kvpub' '-unit' 'mtargs' '-emit-link-file' 'mtargs.link' '-o' 'mtargs.o' '/home/mrwellan/dat

New egg: (slib wt-tree) weight-balanced trees

2022-05-25 Thread Wolfgang Corcoran-Mathe
Hi all, I'd like to announce a new egg, (slib wt-tree), which is a port of the slib version of MIT Scheme's weight-balanced tree library. For library description and documentation, see the wiki page[1], as well as the (rather stuffy) MIT Scheme docs.[2] I hope this library proves useful to someo