This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SRFI-13


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]