From: Sam TH (samth at ccs.neu.edu) Date: Thu Jun 14 14:50:02 EDT 2007 |
|
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? -- sam th samth at ccs.neu.edu
Posted on the users mailing list. |
|