Changes between Initial Version and Version 1 of Ticket #1227, comment 1


Ignore:
Timestamp:
12/06/15 21:15:47 (8 years ago)
Author:
sjamaan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1227, comment 1

    initial v1  
    2525First, the behaviour of {{{(parameterize ((a 10) (b 20) (a 30)) (list (a) (b)))}}} can be fixed relatively easy by performing the restores of the variables in reverse (or perhaps storing the parameters in a list and performing some sort of deduplication, but that's of course much trickier).
    2626
    27 Then the main problem is the following:
     27OK, so looking at it again I think it can be fixed after all.
     28
     29Our main problem is the following:
    2830
    2931{{{