🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 6 September 2022.
00:00 reportable6 left 00:01 reportable6 joined 00:15 jgaz left, jgaz joined 00:46 derpydoo joined 01:46 squashable6 left, tellable6 left, notable6 left, quotable6 left, statisfiable6 left, linkable6 left, sourceable6 left, bloatable6 left, evalable6 left, committable6 left, reportable6 left, nativecallable6 left, bisectable6 left, unicodable6 left, shareable6 left, releasable6 left, coverable6 left, benchable6 left, greppable6 left, coverable6 joined, reportable6 joined, benchable6 joined, notable6 joined 01:47 statisfiable6 joined, releasable6 joined, sourceable6 joined, greppable6 joined, nativecallable6 joined, unicodable6 joined, linkable6 joined, quotable6 joined 01:48 bisectable6 joined, committable6 joined, tellable6 joined, bloatable6 joined, shareable6 joined, evalable6 joined 01:49 squashable6 joined 02:07 corwin left 02:08 corwin joined 02:21 teatwo joined 02:25 tea3po left 03:25 sourceable6 left, coverable6 left, linkable6 left, notable6 left, squashable6 left, evalable6 left, reportable6 left, quotable6 left, tellable6 left, benchable6 left, shareable6 left, releasable6 left, unicodable6 left, statisfiable6 left, nativecallable6 left, committable6 left, bisectable6 left, bloatable6 left, greppable6 left, unicodable6 joined, statisfiable6 joined, quotable6 joined 03:26 bloatable6 joined, notable6 joined, reportable6 joined, committable6 joined, greppable6 joined, tellable6 joined, coverable6 joined, squashable6 joined 03:27 evalable6 joined, linkable6 joined 03:28 releasable6 joined, sourceable6 joined, benchable6 joined, nativecallable6 joined, bisectable6 joined, shareable6 joined 04:28 squashable6 left, sourceable6 left, coverable6 left, reportable6 left, statisfiable6 left, benchable6 left, releasable6 left, bisectable6 left, tellable6 left, unicodable6 left, committable6 left, linkable6 left, greppable6 left, bloatable6 left, notable6 left, evalable6 left, quotable6 left, nativecallable6 left, quotable6 joined, reportable6 joined, releasable6 joined 04:29 evalable6 joined, benchable6 joined, squashable6 joined, committable6 joined, greppable6 joined, tellable6 joined, sourceable6 joined 04:30 linkable6 joined, statisfiable6 joined, coverable6 joined, unicodable6 joined 04:31 bloatable6 joined, nativecallable6 joined, bisectable6 joined, notable6 joined 05:04 derpydoo left 06:00 reportable6 left 06:03 reportable6 joined 07:00 jpn joined 07:08 jpn left 07:14 jpn joined 07:23 jpn left 07:24 abraxxa joined 07:27 jpn joined 07:31 abraxxa left 07:32 jpn left 07:42 jpn joined 07:50 jpn left 08:11 sena_kun joined, dakkar joined 08:22 abraxxa joined 08:58 codesections joined 09:04 abraxxa left 09:08 lizmat left 09:09 abraxxa joined, lizmat joined 09:17 codesections1 joined 09:18 codesections left, codesections1 is now known as codesections 09:20 jpn joined
Nemokosch news.ycombinator.com/item?id=36183683 peak comedy 09:35
10:05 xinming left 10:13 Sgeo left 10:21 codesections left 10:45 lichtkind_ joined, zara joined
Voldenet ngl I was so excited to use this language after reading the features 11:17
11:22 human-blip left, human-blip joined 11:33 jpn left 11:44 hackyhacker joined 11:57 jpn joined 12:00 reportable6 left 12:03 reportable6 joined
Nemokosch I used AI for my first program in DreamBerd 12:09
12:35 jpn left 12:53 jpn joined 12:56 zara left 13:04 jpn left 13:05 abraxxa left 13:07 abraxxa joined 13:27 zara joined 13:34 jgaz left, jgaz joined 13:38 jpn joined 14:00 jpn left 14:20 teatwo left 14:22 teatime joined
tonyo .tell uzl[m] oops - merged and published 14:42
tellable6 tonyo, I'll pass your message to uzl[m] 14:43
14:45 abraxxa left 15:00 hackyhacker left 15:08 bigdata joined 15:19 jpn joined 15:23 Sauvin left
[Coke] using Text::CSV - if I do $csv.say($fh,@row), I am getting a trailing ^M on each row, which isn't in the raw data. 15:42
... reran it and it's gone? wtf. 15:44
16:00 jpn left
[Coke] weird. 16:03
16:09 codesections joined 16:42 dakkar left
tbrowder__ m: my @a; @a[1] = 6; 16:55
camelia ( no output )
tbrowder__ m: my @a; @a[1] = 6; say @a.gist 16:56
camelia [(Any) 6]
tbrowder__ m: my @a; @a[0] = 6; say @a.gist 16:57
camelia [6]
tbrowder__ m: my @a; @a[0] = 1, @a[6] = 6; say @a.gist 16:58
camelia [(1 6) (Any) (Any) (Any) (Any) (Any) 6]
tbrowder__ weird 16:59
m: my @a; @a[0] = 0: @a[3] = 3; say @a.raku 17:01
camelia ===SORRY!=== Error while compiling <tmp>
Confused
at <tmp>:1
------> my @a; @a[0] = 0:⏏ @a[3] = 3; say @a.raku
expecting any of:
colon pair
tbrowder__ m: my @a; @a[0] = 0; @a[3] = 3; say @a.raku 17:02
camelia [0, Any, Any, 3]
17:05 Tirifto_ left 17:10 Tirifto joined
tonyo tbrowder__: s/,/; 17:13
tellable6 2023-06-05T21:27:57Z #raku <uzl[m]> tonyo I think you forgot to merge it haha. And sure, np!
tonyo the @a[1] assignment is returning 6 and you're assigning the tuple 1, 6 to position 0
17:25 Archenoth joined, deoac joined 17:27 cm_ joined 17:28 arch left, cm left, cm_ is now known as cm
tonyo are we still submitting grant requests through TPF? i'd like to submit one to open source-ize the fez backend stuff 17:38
17:49 pierrot left, Sevalecan left, gordonfish left 17:50 gordonfish joined, Sevalecan joined, esh left 17:51 codesections left, pierrot joined 17:52 esh joined 18:00 reportable6 left 18:02 reportable6 joined 18:47 Sgeo joined
librasteve m: my @a; @a[0] = 1; @a[6] = 6; say @a.gist 19:13
Raku eval [1 (Any) (Any) (Any) (Any) (Any) 6]
librasteve yeah, its ';' not ','
19:29 zara left 20:10 bigdata left
tbrowder__ tonyo: yep, i saw it. thnx 20:20
i'm trying to create an operator for my OneArray class which is looking pretty good, but i want it to have its own []= operator which i think has to have a method something liepostfix<[]> ($index, 20:24
like this: method postfix<[]>(|args) { sub circumfix<=>(|args) { ... }" but not sure how to unpack the args... 20:28
in the meantime i'll fake it! 20:38
21:02 jpn joined
tbrowder__ tonyo: how would uou 21:15
*you like a PR to convert CSV::Parser to use mi6? 21:17
21:38 epony joined 21:39 jpn left 21:47 jpn joined 21:52 jpn left 21:59 sena_kun left 22:59 nativecallable6 left, notable6 left, bisectable6 left, bloatable6 left, squashable6 left, sourceable6 left, statisfiable6 left, tellable6 left, evalable6 left, shareable6 left, reportable6 left, committable6 left, coverable6 left, quotable6 left, benchable6 left, unicodable6 left, greppable6 left, releasable6 left, linkable6 left 23:00 notable6 joined, quotable6 joined, shareable6 joined, bloatable6 joined, bisectable6 joined 23:01 tellable6 joined, sourceable6 joined, reportable6 joined, releasable6 joined, squashable6 joined, greppable6 joined, committable6 joined 23:02 nativecallable6 joined, evalable6 joined, benchable6 joined, coverable6 joined, statisfiable6 joined 23:03 unicodable6 joined, linkable6 joined 23:04 lichtkind_ left 23:10 Xliff joined
Xliff \o 23:12
tellable6 2023-06-05T00:12:37Z #raku <[Coke]> xliff: missing closing ) near arbitrary list ?
Xliff No weekly?
.tell [Coke] Thanks! Edited.
tellable6 Xliff, I'll pass your message to [Coke]
23:24 gabiruh left 23:25 gabiruh joined 23:55 derpydoo joined