Changes between Initial Version and Version 1 of Ticket #1125, comment 5


Ignore:
Timestamp:
11/19/15 15:11:36 (8 years ago)
Author:
sjamaan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1125, comment 5

    initial v1  
    44- The DSSSL lambda list conversion happens before calling this, so you wouldn't see the original lambda form, unless we pass that in as an extra argument of course.
    55
    6 If you move this into the {{{##sys#expand-extended-lambda-list}}}, it would only work for regular lambda lists, not {{{receive}}}, {{{define-inline}}}, {{{define-values}}} and so on.
     6If you move this into the {{{##sys#expand-extended-lambda-list}}}, it would only work for regular lambda lists, not {{{receive}}}, {{{define-inline}}}, {{{define-values}}} and so on. Besides, I think this is only called when it actually '''is''' an extended lambda list.