[CM] copier -> length of periods

Rick Taube taube@uiuc.edu
Mon, 28 Feb 2005 09:02:15 -0600


so you want the period length of the copier remain in parallel with the 
pattern its repeating?
ill have to think about it.

On Feb 27, 2005, at 7:38 AM, Johannes Quint wrote:

> (setf cp
>  (new copier :of
>      (new heap :of '(a b c)) :for (new random :of '(1 2 3)))
>  )