This is the mail archive of the kawa@sources.redhat.com 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-1


Marco Vezzoli wrote:
> I modified the reference implementation of srfi-1 for myself; hope you
> find it useful.
> I used kawa static type checking where possible instead of 'check-arg';
> I wrote a 'receive' macro and I used #!optional to substitute :optional
> and let-optionals.
> It compiles and loads correctly; I didn't run any test.

I guess I should check this in.  I'm not sure whether to check this into
the slib package, and have peole (require 'srfi-1) or into kawa.lib
and have the names always available.  The latter is more convenient,
but more risky in terms of name clashes.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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