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.
NemokoschKiwi @foo.splice(@foo.elems, 0, @bar) is just a convoluted way to write @foo.append(@bar), right? 00:06
in sunk context, that is
deoac `Term::ReadKey` doesn't behave like the documentation claims.  It doesn't respond to a key-press.  It responds after you hit `enter`. .  Is there another module that doesn't require the `enter`. ? 01:26
Nemokosch life hack: always ask japhb about terminal user interface stuff 01:30
deoac How do I reach them? 02:04
rcmlz lizmat: in deed autogenerated? Not too bad for that, I would say ... (plus given the fact that the author is more a clay specialist ;-) 07:07
lizmat Nemokosch indeed 09:47
and @foo.splice; in sink context is a faster way to do @foo = () :-) 09:48
Nemokosch Gotcha, thanks 09:53