[CM] 2 questions

Orm Finnendahl finnendahl@folkwang-hochschule.de
Fri, 18 Oct 2002 08:38:09 +0200


Am Donnerstag, den 17. Oktober 2002 um 15:03:18 Uhr (-0500) schrieb Rick Taube:

> 
> But...are you sure you want to do this? If the idea is to put these values into a pattern you can just evaluate the specific args that are variables, ie:
> 
> (new cycle of (list *a* *b* 'foo 'bang *c*))

You might be right, I'll think about it. I want to be able to change
the meaning of the cycle elements (*a* *b*) dynamically. It appears to
me conceptionally somewhat clearer and easier to read doing it outside
of the cycle than to implement this with nested pattern constructs,
especially if elements occur more than once in a pattern.

Thanks a lot for your help and advice,

Orm