Revised draft of SRFI 101 David Van Horn (20 Sep 2009 20:23 UTC)
Re: Revised draft of SRFI 101 Taylor R Campbell (20 Sep 2009 21:16 UTC)
Re: Revised draft of SRFI 101 David Van Horn (20 Sep 2009 22:16 UTC)
Re: Revised draft of SRFI 101 David Van Horn (22 Sep 2009 14:21 UTC)
Re: Revised draft of SRFI 101 Taylor R Campbell (23 Sep 2009 01:26 UTC)

Re: Revised draft of SRFI 101 David Van Horn 22 Sep 2009 14:20 UTC

Taylor R Campbell wrote:
> Could you make the (portable, procedural part of the) reference
> implementation available as a simple Scheme source file that can be
> browsed on the web, outside of a tarball?  This nested directory tree
> nonsense that Ikarus &c. impose wasn't worth copying from Java.

The implementation is now completely portable and available in a single
file at its original location:

    http://srfi.schemers.org/srfi-101/srfi-101.sls

And the test suite is here:

    http://srfi.schemers.org/srfi-101/srfi-101-tests.sls

David