Reference implementation: portable and simplified
David Van Horn 22 Sep 2009 14:17 UTC
The reference implementation for SRFI 101 has been updated and moved
back to its original location:
http://srfi.schemers.org/srfi-101/srfi-101.sls
http://srfi.schemers.org/srfi-101/srfi-101-tests.sls
The implementation is now completely portable R6RS code and is made
available in a single library file. This change is based on suggestions
and code provided by Aziz Ghuloum.
I am now questioning whether the syntax and procedures sub-libraries are
worth specifying. Thoughts?
David