🦋 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:08 reportable6 left 00:11 reportable6 joined 00:18 jjido joined 00:27 linkable6 joined 01:23 simcop2387 joined 01:24 perlbot joined 01:34 jjido left
moon-child m: say so(0,); say so (0,); say so (0) 01:38
camelia False
True
False
01:57 morte_ joined 01:58 morte_ left 02:00 morte_ joined 02:01 morte_ left 02:02 morte_ joined 02:05 morte_ left 03:05 unicodable6 left, coverable6 left, linkable6 left, squashable6 left, nativecallable6 left, releasable6 left, quotable6 left, evalable6 left, sourceable6 left, bloatable6 left, reportable6 left, statisfiable6 left, bisectable6 left, notable6 left, benchable6 left, greppable6 left, tellable6 left, committable6 left, shareable6 left 03:06 statisfiable6 joined, unicodable6 joined, reportable6 joined, evalable6 joined 03:07 nativecallable6 joined, tellable6 joined, releasable6 joined 03:08 bloatable6 joined 03:17 Sgeo_ joined 03:19 Sgeo left
SmokeMachine m; sub a { .&dd }; a(0,); a (0,); a (0) 03:28
m: sub a { .&dd }; a(0,); a (0,); a (0)
camelia ===SORRY!===
Calling a(Int) will never work with declared signature ()
at <tmp>:1
------> sub a { .&dd }; ⏏a(0,); a (0,); a (0)
Calling a(Int) will never work with declared signature ()
at <tmp>:1
------> sub a { .&dd }; a…
SmokeMachine m: sub a($_) { .&dd }; a(0,); a (0,); a (0) 03:29
camelia 0
$(0,)
0
SmokeMachine m: sub a($_) { say .^name }; a(0,); a (0,); a (0)
camelia Int
List
Int
04:02 Colt_ joined 04:04 Colt left 04:05 sourceable6 joined, bisectable6 joined 04:06 quotable6 joined, coverable6 joined, greppable6 joined 04:07 committable6 joined, shareable6 joined 04:45 ggoebel_ left 04:58 frost joined 05:08 benchable6 joined 06:08 benchable6 left, shareable6 left, quotable6 left, evalable6 left, tellable6 left, statisfiable6 left, bloatable6 left, coverable6 left, committable6 left, greppable6 left, sourceable6 left, releasable6 left, nativecallable6 left, reportable6 left, unicodable6 left, bisectable6 left, statisfiable6 joined 06:09 quotable6 joined, committable6 joined, tellable6 joined 06:10 benchable6 joined, bloatable6 joined, sourceable6 joined 06:11 evalable6 joined, nativecallable6 joined, greppable6 joined 06:44 Colt_ is now known as Colt 07:05 notable6 joined 07:07 squashable6 joined 07:09 shareable6 joined 07:11 releasable6 joined 07:29 seednode left 07:30 seednode joined 08:07 linkable6 joined 08:09 bisectable6 joined 08:10 unicodable6 joined 08:35 mexen joined 08:43 holyghost joined
Geth doc: b98e4f248a | (JJ Merelo)++ | doc/Language/modules.pod6
Eliminate copypasta closes #3894
09:07
linkable6 Link: docs.raku.org/language/modules
09:08 linkable6 left 09:09 coverable6 joined 09:25 jjido joined 09:26 ggoebel_ joined 09:56 Sgeo_ left 10:23 lichtkind joined 10:30 patrickb joined 11:07 jjido left, patrickb left 11:09 linkable6 joined
moon-child m: my $*x = 5; start { say $*x } 11:34
camelia 5
tbrowder happy day-after-christmas rakuuns 11:38
i need help with translating a perl thingy into raku: Storable's dclone 11:39
i think i understand that it somehow serializes an object into a file on disk, but i don't understand how that file is found by the next object... 11:42
but maybe a eureka moment! use a class attribute!
thanks to my munging a doc change, i discovered class attributes that apply to all instances of a class--i think that's my ticket for dcloning 11:44
stay well... 11:46
lizmat tbrowder++ 11:56
holyghost merry christmass, tbrowder 12:04
moon-child I want to automatically rebind a dynamic variable on every newly created thread. Is there a good way of doing that?
in particular: I want to make http requests concurrently using 'race', but to share client state. The client seems not to be threadsafe. Obviously it would be wasteful to recreate the client for _every_ raced element, when the batch size is not 1 12:05
holyghost In UNIX, shm
tbrowder holyghost: merry christmas! 12:06
lizmat: merry christmas!
moon-child: merry christmas
lizmat is still adjusting to her new 5G capabilities 12:07
holyghost lol
moon-child tbrowder: eh, so I'm not good enough for an exclamation point? :)
tbrowder sorry,
moon-child: merry christmas! 12:08
5g, haven't
holyghost Sorry to ask, liz but 3G capabilities ?
12:09 evalable6 left, linkable6 left
tbrowder i heard that there might be some radiation issues with it? 12:09
lizmat holyghost: /me got boostered yesterday: had 4G before :-)
holyghost ach
What you want, dear :-) lol
I thought you were working on 3G in raku (a package for example) 12:11
12:12 linkable6 joined
holyghost Damn, it would be a nice project, I like asterisk for example 12:13
holyghost ponders
Problem is, it's huge 12:14
So nm for me, except for a start
moon-child lizmat: typo 'The tools that “new-disp” have made available' have->has 12:18
(in the advent post)
12:19 slowtype- left
lizmat moon-child++ # fixed 12:19
holyghost I'm somewhat working in ruby these days : made 2 projects : sf.net/projects/ruby-nes-joker and sf.net/projects/rubywebcrawler 12:24
feeding you the links
They're not finished though 12:25
I will transfer then to the raku language later on 12:28
especially the web spider, the NES emulator is more stupid
unterhacking 12:32
12:34 TempIRCLogger left, TempIRCLogger joined 12:38 TempIRCLogger left, TempIRCLogger joined 12:43 TempIRCLogger left, TempIRCLogger joined
holyghost brace for impact 12:54
13:10 reportable6 joined 13:11 evalable6 joined 13:40 discord-raku-bot left, discord-raku-bot joined 13:59 simcop2387 left 14:00 perlbot left 14:02 synthmeat left 14:13 perlbot joined 14:15 simcop2387 joined 14:56 Geth left 14:57 Geth joined 14:58 RakuIRCLogger__ joined, RakuIRCLogger__ left 15:01 Geth left, Geth joined 15:11 frost left 15:16 Colt left, Colt joined 15:19 Colt left 15:20 Colt joined 15:26 Colt left, Colt joined 15:31 ggoebel_ left 15:33 Colt left 15:35 Colt joined, Colt left 15:51 finanalyst joined 16:37 Colt joined 17:02 monkey_ joined 17:31 monkey_ left 17:38 discord-raku-bot left, discord-raku-bot joined 17:50 discord-raku-bot left, discord-raku-bot joined 17:54 discord-raku-bot left 17:55 discord-raku-bot joined 17:59 discord-raku-bot left, discord-raku-bot joined 18:07 reportable6 left 18:09 monkey_ joined, reportable6 joined 18:15 vasko left 18:17 vasko joined 18:31 Sgeo joined
El_Che sourceforge, wow, that's ages ago 18:47
19:31 linkable6 left, evalable6 left 19:33 linkable6 joined
El_Che pushing linux rakudo packages atm 19:53
lizmat El_Che++ 19:54
20:18 finanalyst left 20:24 mexen left 21:24 tellable6 left, committable6 left, greppable6 left, sourceable6 left, reportable6 left, nativecallable6 left, coverable6 left, unicodable6 left, linkable6 left, bisectable6 left, notable6 left, squashable6 left, quotable6 left, statisfiable6 left, releasable6 left, benchable6 left, shareable6 left, bloatable6 left, greppable6 joined, benchable6 joined, nativecallable6 joined, bloatable6 joined 21:25 quotable6 joined 21:26 bisectable6 joined, squashable6 joined, coverable6 joined, shareable6 joined 21:27 releasable6 joined 21:48 lichtkind_ joined 21:51 lichtkind left 21:55 Xliff joined 21:56 epony left, holyghost left 21:58 epony joined 22:14 monkey_ left 22:23 sena_kun left, finanalyst joined 22:24 notable6 joined 22:26 reportable6 joined 22:31 evalable6 joined 23:25 sourceable6 joined 23:26 djerius left, djerius joined 23:27 linkable6 joined, unicodable6 joined 23:41 Skarsnik left