SRFI-13

Per Bothner per@bothner.com
Thu Aug 13 22:23:00 GMT 2009


On 08/12/2009 09:19 AM, Dan Stanger wrote:
> Would it be possible to add srfi-13 to slib?
> Using the current svn, I was able to compile and use the
> reference implementation at the following location:

srfi-13 is a little tricky.  One problem is that it extends
standard R5RS/R6RS functions - what is the right thing
in that case?  Override the standard functions when SRFI-13
is required/imported?  Or extend the standard function by default?

Another issue is documentation.  I'm migrating the Kawa
manual to be stand-aslone, so it also includes documentation
of implemented R5RS/R6RS and SRFI functions.  Thus we really
should have the SRFI-13 specification converted to texinfo
and merged into kawa.texi.  At least that's the ideal.

But as it's needed/used by BRL I'll see what I can do.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/



More information about the Kawa mailing list