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.
habere-et-disper Raku made me smile allowing both division by zero and comparison with it ! =D 09:47
Solving test for queen capture ( chess ) given two co-ordinates :
m:  so 0 | 1 | 1/0 == abs [/] [Z-] (4,0), (6,0)
camelia WARNINGS for <tmp>:
Useless use of "so " in expression "so 0 | 1 | 1/0 ==" in sink context (line 1)
habere-et-disper m: say so 0 | 1 | 1/0 == abs [/] [Z-] (4,0), (6,0) 09:48
camelia True