Email list hosting service & mailing list manager

Draft updated SRFI-110 and reference implementation David A. Wheeler (15 Apr 2013 04:09 UTC)
Re: First cut at "curly-write" and "neoteric-write" with -shared and -cyclic versions David A. Wheeler (14 May 2013 00:47 UTC)

Re: First cut at "curly-write" and "neoteric-write" with -shared and -cyclic versions David A. Wheeler 14 May 2013 00:47 UTC

Good news!!  Thanks to help from Beni Cherniavsky-Paskin, I found the problem
in the *-write-shared tests.  It turns out the problem was in the tests, not the tested code;
guile 2.0 does some sharing that I believe is legal, but more than I expected it to do.

I fixed the test suite and it now passes.  So it appears that our sample implementation
is working just fine.

Beni: Thanks very much!!

--- David A. Wheeler