[plt-scheme] keyword arguments, take 2

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Jun 14 15:02:55 EDT 2007

On Jun 14, Sam TH wrote:
> On 6/14/07, Eli Barzilay <eli at barzilay.org> wrote:
> 
> > 3. Finally, for the multi-values bound to different names, you can
> >    want the same without keywords:
> >      (define (connect mode (host port)) ...)
> >      (connect 'tcp ("localhost" 80))
> 
> This is not the syntax of PLT Scheme as it currently exists - is
> this something in Swindle? Or a new proposal for doing something
> radically different with #%app?

It's a fictional suggestion that is similar in spirit to the
two-argument thing that Carl mentioned.  No real code involved.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.