This channel is intended for people just starting with the Raku Programming Language (raku.org). Logs are available at irclogs.raku.org/raku-beginner/live.html
Set by lizmat on 8 June 2022.
03:57 Chanakan left 03:59 Chanakan joined 06:14 lizmat_ joined 06:19 lizmat left 07:47 lizmat_ left, lizmat joined 08:09 dakkar joined
rcmlz I assume that failing installation of rakudo-star on certain platforms is best filed as an new issue here: github.com/rakudo/star 12:40
looking into the github workflows it seems to be that windows-2019 and ubuntu-latest is used for building. Not sure if testing is done on other platforms - so reproducing errors might be a challenge for the maintainers. 12:44
13:14 Chanakan left
antononcube 👍 14:32
rcmlz Question to Grammars: I like to split a string into chunks of size x and size x-1, as many times as possible strings of length x, and subsequently strings of length x-1. I can not get it to work fully -I guess I am missing something - like an ?. But I can not get my head around that. Find minimal example and test cases here: gist.github.com/rcmlz/189df1e4386c...9b9ed242e5 Any hints? PS: I 15:32
managed to use parameters in Grammars, to pass in the length - good learning for me.
Or is it that rachet thing, because it needs to look backards? 15:34
16:34 dakkar left
Solved this now - by calculating if I expect a shorter string or not. 17:13
not optimal, but good enough.
17:25 teatwo left 19:07 thatpicture joined 19:18 thatpicture left 19:27 swaggboi joined 20:16 swaggboi left 20:20 swaggboi joined 20:30 Manifest0 joined
ab5tract rclmz: can you share the solution? for posterity's sake :) 21:05