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.
Nahita thanks 06:51
it slowed the command "raku" if the folder contained a lot of things. 06:52
so i guess it does something with it even no use happens yet. 06:54
Nemokosch This rings a bell 09:58
github.com/Raku/doc/issues/2199 09:59
el gatito (** advocate) m: my $X = 0; sub f() { $X } { $*X = 1; say f; } say f; 12:37
Raku eval 1 1
el gatito (** advocate) m: my $*X = 0; sub f() { $*X } { $*X = 1; say f; } say f;
Raku eval 1 1