Re: flat a lazy gather ?

2019-08-10 Thread Marc Chantreux
hello Bruce, > Short answer: Add `flat` before `lazy in line 19, and remove `.flat` from > line 21. Like so: > my @future_aams = > flat lazy gather for 2019..∞ { take .&aam_dates_of_year }; sure but i loose the ability to use @future_aams year by year. the best i i have here to keep

Re: flat a lazy gather ?

2019-08-09 Thread Bruce Gray
> On Aug 9, 2019, at 9:34 AM, Marc Chantreux wrote: > > hello people, Hi Marc! > > AÀM (Appel À Mousser) is the monthly social event of the Strasbourg(fr) > LUG. the dates of those meetings are scheduled by an algorithm > implemented in aam_dates_of_year (line 6). > > Now i would like to s

flat a lazy gather ?

2019-08-09 Thread Marc Chantreux
hello people, AÀM (Appel À Mousser) is the monthly social event of the Strasbourg(fr) LUG. the dates of those meetings are scheduled by an algorithm implemented in aam_dates_of_year (line 6). Now i would like to show 25 AAM dates staring from 2019-01. line 14 works fine but is too long. i really