Yes, it does! Adding a .eager to the innermost .map forces the evaluation and makes the program work as I intended.
Thank you! On Mon, Mar 14, 2016 at 6:17 PM, Timo Paulssen via RT < perl6-bugs-follo...@perl.org> wrote: > My expectation is that the map just creates a lazy list that doesn't get > evaluated early enough. > > You can try to use a for loop for the inner (or actually both) map > calls, or you could put .eager or .sink at the end of the map calls. > > Does that help? > > > -- Fernando Santagata