🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs can be inspected at colabti.org/irclogger/irclogger_log/raku-dev | For MoarVM see #moarvm
Set by lizmat on 26 April 2021.
geth_ rakudo: voegelas++ created pull request #4358:
Use "#!/usr/bin/env rakudo" instead of perl6 in module scripts
11:37
lizmat m: my str @a; say @a[0] # this feels meh 12:19
camelia concatenate requires a concrete string, but got null
in block <unit> at <tmp> line 1
lizmat m: my str @a; say @a[0] // "" # worse
camelia concatenate requires a concrete string, but got null
in block <unit> at <tmp> line 1
lizmat m: my str @a; say @a[0] || "" # huh?
camelia
leont is slightly shocked raku has taken over pl2bat logic. That stuff is nasty. 12:20
lizmat que?
leont github.com/rakudo/rakudo/blob/adc8...on.pm6#L39
lizmat ah, surely must have been an inspiration :-( 12:21
leont Surely, the bit that serves only for Win9x/dos support didn't need to be copied along. 12:22
lizmat PRs welcome :) 12:24
leont Will do, later 12:25
ugexe github.com/rakudo/rakudo/commit/42...d62fc12e2d 12:26
fwiw
[Tux] Rakudo v2021.04-20-ge6a7bfe7b (v6.d) on MoarVM 2021.04-34-g684b240e0
csv-ip5xs0.852 - 0.949
csv-ip5xs-208.175 - 8.340
csv-parser27.798 - 28.036
csv-test-xs-200.377 - 0.388
test7.818 - 8.316
test-t1.994 - 2.228
test-t --race0.880 - 0.986
test-t-2034.307 - 37.030
test-t-20 --race9.551 - 10.096
12:27
geth_ rakudo: adc89e2a96 | (Andreas Voegele)++ | src/core.c/CompUnit/Repository/Installation.pm6
Use #!/usr/bin/env rakudo instead of perl6
12:48
rakudo: 87d019f070 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | src/core.c/CompUnit/Repository/Installation.pm6
Merge pull request #4358 from voegelas/usr-bin-env-rakudo

Use "#!/usr/bin/env rakudo" instead of perl6 in module scripts