[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Revised draft of SRFI 101

This page is part of the web mail archives of SRFI 101 from before July 7th, 2015. The new archives for SRFI 101 contain all messages, not just those from before July 7th, 2015.



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