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

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Tue Jun 12 17:23:05 EDT 2007

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.)

Jay

-- 
Jay McCarthy <jay.mccarthy at gmail.com>
http://jay.teammccarthy.org


Posted on the users mailing list.