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. |
|||
01:03
Manifest0 left
02:34
MasterDuke joined
02:58
MasterDuke left
|
|||
wambash | m: [&say, ¬e] XRandthen [1,2,3] | 08:52 | |
Raku eval | 1 2 3 1 2 3 | 08:53 | |
09:11
Manifest0 joined
|
|||
antononcube | @wamba This great! Thank you! | 10:31 | |
13:01
Util left
13:08
Util joined
19:20
teatime left,
teatime joined
|
|||
gfldex | m: [&say, ¬e] XRandthen [1,Any,3] | 21:32 | |
camelia | 1 1 3 3 |
||
gfldex | @antononcube Please note that andthen doesn't like undefined values much. | 21:33 | |
librasteve | m: map {.&say, .¬e}, [1,2,3] | 21:57 | |
Raku eval | 1 2 3 1 2 3 | ||
librasteve | "¯_(ツ)_/¯ " | 21:58 | |
m: map {say $; note $}, (1,2,3) | 22:03 | ||
Raku eval | 1 2 3 1 2 3 | 22:04 | |
librasteve | ^^ dropped the underscore from dollar underscore ... but this version has OO removed | 22:05 |