Email list hosting service & mailing list manager

Withdrawal near Michael Sperber (12 Apr 2006 10:49 UTC)
Re: Withdrawal near Marc Feeley (12 Apr 2006 17:37 UTC)
Re: Withdrawal near Per Bothner (12 Apr 2006 17:44 UTC)
Re: Withdrawal near Donovan Kolbly (12 Apr 2006 18:05 UTC)

Re: Withdrawal near Per Bothner 12 Apr 2006 17:44 UTC

Marc Feeley wrote:
> The record SRFI should not be withdrawn yet because there is a possible
> interaction with SRFI 88 and SRFI 89 that have just appeared (i.e.
> Keyword objects and Optional parameters).  I think there are good
> reasons to consider the use of named optional parameters and keywords in
> the record SRFI.

For example Kawa allows:

(define-class Complex ()
   (re) (im))

(define z (Complex im: 3 re: 4))
--
	--Per Bothner
xxxxxx@bothner.com   http://per.bothner.com/