🦋 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 available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
04:09 MasterDuke joined 07:10 vrurg_ left 08:28 sena_kun joined
lizmat none of the examples work in Raku for me? 09:19
10:51 finanalyst joined 12:33 finanalyst left
[Coke] m: say ˂HI˃ 12:56
camelia ===SORRY!===
Argument to "say" seems to be malformed
at <tmp>:1
------> say⏏ ˂HI˃
Bogus postfix
at <tmp>:1
------> say ⏏˂HI˃
expecting any of:
infix
infix stopper
postfix
leont m: say Q<HI> 13:16
camelia HI
leont say Q˂HI˃
m: say Q˂HI˃
camelia ===SORRY!=== Error while compiling <tmp>
Couldn't find terminator ˂ (corresponding ˂ was at line 1)
at <tmp>:1
------> say Q˂HI˃⏏<EOL>
expecting any of:
˂
13:19 finanalyst joined
leont m: say Q܆<܇' 13:19
camelia ===SORRY!=== Error while compiling <tmp>
Couldn't find terminator ܆ (corresponding ܆ was at line 1)
at <tmp>:1
------> say Q܆<܇'⏏<EOL>
expecting any of:
܆
leont Ah that explains: github.com/Raku/roast/blob/aa4994a....t#L49-L65
13:20 vrurg joined
leont The list of pairs is hardcoded 13:20
lizmat and in the grammar: github.com/rakudo/rakudo/blob/main...qp#L26-L46 13:22
17:46 vrurg_ joined 17:49 vrurg left
[Coke] Mu.WHERE is documented as returning an Int but this is not enforced in the rakudo src. 17:57
Looks like it's not spec'd, will remove it from docs. 17:59
22:11 sena_kun left 22:12 finanalyst left