🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). This channel is logged for the purpose of keeping a history about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Log inspection is getting closer to beta. If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 25 August 2021.
00:02 reportable6 left 00:03 reportable6 joined 01:03 squashable6 left, reportable6 left, releasable6 left, sourceable6 left, shareable6 left, statisfiable6 left, unicodable6 left, coverable6 left, linkable6 left, evalable6 left, greppable6 left, benchable6 left, notable6 left, bloatable6 left, nativecallable6 left, tellable6 left, bisectable6 left, quotable6 left, committable6 left, bloatable6 joined, evalable6 joined, benchable6 joined, nativecallable6 joined 01:04 notable6 joined, tellable6 joined, quotable6 joined, squashable6 joined 01:05 statisfiable6 joined, shareable6 joined, sourceable6 joined 01:06 committable6 joined 01:12 frost joined 02:03 unicodable6 joined 02:04 bisectable6 joined, releasable6 joined 02:05 greppable6 joined, reportable6 joined 03:05 coverable6 joined 04:04 linkable6 joined 04:19 keutoi joined 04:36 jjatria left, renormalist left, renormalist joined 04:37 jjatria joined 04:41 daxim left, broquaint left, peder left, broquaint joined, peder joined, daxim joined
Geth doc: 2b3d8489c5 | (Stoned Elipot)++ | doc/Language/101-basics.pod6
Fix probable pasto
04:47
linkable6 Link: docs.raku.org/language/101-basics 04:48
04:57 andinus left, silug left, dustinm` left, Henry151 left, _________ left, sjn left, sjn joined, silug joined 04:58 andinus joined, dustinm` joined 05:02 _________ joined 05:03 Henry151 joined 05:28 Sgeo left
Geth doc: 68484aa361 | (Tom Browder)++ (committed by Juan Julián Merelo Guervós) | doc/Language/packages.pod6
Provide a practical example of interpolating package names
05:55
doc: ab59cf3d16 | (Tom Browder)++ (committed by Juan Julián Merelo Guervós) | doc/Language/packages.pod6
fix typo, add a line to show cotinuation
linkable6 Link: docs.raku.org/language/packages
06:02 reportable6 left 06:48 jjido joined 06:53 ufobat joined 07:53 linkable6 left, releasable6 left, bisectable6 left, coverable6 left, unicodable6 left, greppable6 left, bloatable6 left, nativecallable6 left, committable6 left, notable6 left, squashable6 left, quotable6 left, shareable6 left, sourceable6 left, benchable6 left, evalable6 left, statisfiable6 left, tellable6 left, sourceable6 joined, bloatable6 joined 07:54 bisectable6 joined, statisfiable6 joined, committable6 joined, nativecallable6 joined 07:55 notable6 joined, squashable6 joined 07:56 evalable6 joined 08:10 dakkar joined 08:24 abraxxa-home left 08:25 jjido left
tib Hello good *, looking for more Raku speakers for the ephemeral miniconf. Possible lightning talk. Come on rakoons! Anyone? e.g. tbrowder on documentation timo on profiling lizmat on marketing/core or tonyo ugexe on toolchain :) 08:31
tib tries its luck 08:32
08:54 benchable6 joined 08:56 unicodable6 joined, quotable6 joined 09:03 reportable6 joined 09:49 homura joined 09:55 linkable6 joined, shareable6 joined, tellable6 joined 10:53 greppable6 joined 10:54 releasable6 joined 10:55 coverable6 joined 11:05 linkable6 left 11:08 linkable6 joined 11:27 andrzejku joined
Geth doc: tbrowder++ created pull request #3955:
Pkg interp: complete example, improve var names
11:27
11:29 TempIRCLogger left, TempIRCLogger joined 11:46 ufobat left 12:02 reportable6 left 12:04 reportable6 joined 12:15 ufobat joined
tbrowder tib: thnx for mention but i don't have energy or time enough for prep. but i would like to lobby for Pensacola, Florida, for the next Raku/Perl conf in US. 12:38
great beach! check out reviews online. 12:40
city was under flags of many countries through the centuries 12:41
oops, i see it's now shown to be scheduled to be in houston in '22 12:44
12:52 xinming left 12:54 xinming joined 12:57 frost left 13:10 keutoi left 13:12 keutoi joined 13:20 keutoi left 13:27 Sgeo joined, keutoi joined 13:28 andrzejku left 13:50 linkable6 left
[Coke] I would argue strongly against having any in person conference in Florida in the US. 13:51
13:51 linkable6 joined
[Coke] (Based on state's response to the pandemic) 13:51
13:52 keutoi left
Geth doc/master: 5 commits pushed by Coke++ 14:17
15:04 keutoi joined
lizmat clickbaits rakudoweekly.blog/2021/09/06/2021-...lean-disp/ 15:39
Geth doc/master: 6 commits pushed by (Tom Browder)++ 15:44
15:46 MasterDuke joined
tbrowder [Coke]: i may have murfled yr chgs to my doc pr 16:17
better check it 16:24
16:35 dakkar left 17:00 ufobat_ joined 17:03 ufobat left 17:17 ufobat_ left 17:29 andrzejku joined
Geth doc: efd20b485e | (Tom Browder)++ (committed using GitHub Web editor) | doc/Language/packages.pod6
Update packages.pod6
17:37
linkable6 Link: docs.raku.org/language/packages
xinming japhb: thanks for the note, I never thought we have CBOR thing out there, I thought it was yet to be in brainstorm stage wild idea 17:38
17:38 jjido joined
Geth doc: b6031aec7f | (Tom Browder)++ (committed using GitHub Web editor) | xt/pws/code.pws
new word
17:41
17:50 keutoi left 18:00 andrzejku left 18:04 reportable6 left 18:15 lichtkind joined 18:20 jjido left
codesections I find this surprising: 18:22
m: sub f(*@a ($ = 42, *@)) { dd @a }; say f 18:23
camelia Array element = []
Nil
codesections It seems like that should either be an error or [42], doesn't it? 18:24
18:39 jess joined 18:48 jjido joined
tbrowder .tell [Coke] i think yr relevant chgs are fixed in my doc PR, but pls ck it when you get a chance 18:59
tellable6 tbrowder, I'll pass your message to [Coke]
tonyo tib: what's the ephem miniconf? 19:03
tellable6 2021-09-04T00:42:03Z #raku <tbrowder> tonyo thanks, i'll work on the PR
2021-09-04T10:24:40Z #raku <tbrowder> tonyo i'm confused. it looks like you have already implemented the env var, thank you very much!
tonyo .tell tbrowder indeed the env var egg is in the nest 19:04
tellable6 tonyo, I'll pass your message to tbrowder
tib tonyo a Perl and Raku online/free miniconf I organize the 18th of november 19:08
19:09 jjido left
Geth doc: Mercerenies++ created pull request #3956:
Corrected Ruby nutshell typo
19:26
tonyo i don't know how reliable i can be for that date, going to be living in a van and driving across the us 19:27
and if this aqi stays at 400 i'll probably just be dead by then 19:28
lizmat aqi? 19:30
tonyo air quality 19:33
lizmat ah, I guess the US should stop smoking :-( 19:34
tonyo www.purpleair.com/map?opt=1/mAQI/a.../-121.2851 19:35
we've had too many fires here, this is the best it's been in a week but i'm still walking around with a respirator mask
xinming Where do I check the log for the channel please? 20:03
I want to find a question I asked before
got it 20:04
codesections colabti.org/irclogger//irclogger_l...earch/raku is the current/old place
20:06 reportable6 joined
xinming Is .map call allowed for @array within .hyper.map({ ... }) ??? 20:20
I got `Cannot call method 'fully-reified' on a null object` randomly, I'll try to narrow down the snippets 20:21
so you can easier focus on where the issue is
lizmat yeah, that sounds wrong :-) 20:31
20:33 Kaiepi joined 20:34 Kaipi left
tbrowder tonyo: the update to Data::Dump is great! thnx. i've already set my fav env var and removed :color and other vars from s 20:46
tellable6 2021-09-07T19:04:12Z #raku <tonyo> tbrowder indeed the env var egg is in the nest
tbrowder *my active using code
japhb xinming: Was there anything you needed for your use case with round-tripping Captures that is more advanced than a tagged 2-tuple of map and array? 20:54
20:59 jjido joined 21:06 andrzejku joined 21:18 sono joined 21:27 andrzejku left
Geth doc: a9dcda5d7b | Coke++ | doc/Language/packages.pod6
preferred variant

whitespace
21:41
doc: 23018392fc | Coke++ | doc/Language/packages.pod6
pass examples compilation
linkable6 Link: docs.raku.org/language/packages
Geth doc: 1112bd9b48 | Coke++ | xt/pws/code.pws
cleanup word list
22:24 jjido left 23:24 greppable6 left, sourceable6 left, committable6 left, coverable6 left, bloatable6 left, bisectable6 left, quotable6 left, evalable6 left, squashable6 left, shareable6 left, linkable6 left, releasable6 left, benchable6 left, unicodable6 left, notable6 left, reportable6 left, statisfiable6 left, nativecallable6 left, tellable6 left 23:25 unicodable6 joined, notable6 joined, linkable6 joined 23:26 shareable6 joined, releasable6 joined, greppable6 joined, benchable6 joined, committable6 joined, nativecallable6 joined, bloatable6 joined 23:27 sourceable6 joined