[plt-scheme] keyword arguments (in v4.0, maybe)

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Jun 12 17:25:23 EDT 2007

At Tue, 12 Jun 2007 14:23:05 -0700, "Jay McCarthy" wrote:
> On 6/12/07, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> > At Tue, 12 Jun 2007 13:12:04 -0400, Eli Barzilay wrote:
> > > * `make-closure-definition-syntax' from "web-server/private/closure.ss"
> >
> > I don't know about this one.
> 
> This would have to change to allow anything #%app allows. (This module
> implements a Scheme-level serializable closure that can contain any
> valid lambda or case-lambda. It operates on expanded code, so if
> keywords expand to lambda or case-lambda, it actually will not need to
> change.)

Then it doesn't need to change.

Thanks,
Matthew



Posted on the users mailing list.