From: Peter S. <pet...@sp...> - 2006-10-31 08:34:48
|
>The main feature that appears to get lost in this change is the ability >to redirect aliases or subcommands of ensembles to [lrepeat] calls with >the number of repetitions already filled in. On the other hand, you get the ability to redirect aliases or subcommands of ensembles to [lrepeat] calls with the elements already filled in. Old style allows: interp alias {} fiveTimes {} lrepeat 5 New style allows: interp alias {} emptyList {} lrepeat {} interp alias {} zeroVec {} lrepeat 0 I really can't say which is most useful or even if any is useful at all, but either way you lose one ability. One that anyhow is just a proc away. /Peter |