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.
stevied I keep reading about this mythical ability to automatically test in the background but I can't seem to find detailed instructions for it. Maybe CI doesn't mean what I think it does. I'm not sure 01:50
chikega hello :) 03:38
`my $fname = "Gary";` 03:39
locria Is there a simpler way to concat path than ` $*SPEC.join($, 'a', 'b')` 08:22
Nemokosch what even is this $*SPEC, man 😄 08:28
also, what is that first argument... 08:30
anyway, what about 08:32
`'a'.IO.add('b')`
you can add multiple arguments or a List as well 08:34
Morfent i've never heard of this locally. maybe `lib` can be `watch`ed or something 08:47
github actions takes a bit of time to wrangle but hasn't done me wrong so far
stevied Interesting. Maybe I misunderstood then. 09:55
Yeah I use GitHub actions