🦋 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:07
reportable6 left
00:10
reportable6 joined
00:44
eseyman left
01:44
quotable6 left,
unicodable6 left,
statisfiable6 left,
sourceable6 left,
evalable6 left,
committable6 left,
shareable6 left,
reportable6 left,
bloatable6 left,
bisectable6 left,
tellable6 left,
greppable6 left,
coverable6 left,
linkable6 left,
releasable6 left,
benchable6 left,
nativecallable6 left,
notable6 left
01:45
coverable6 joined,
reportable6 joined,
greppable6 joined,
shareable6 joined,
bloatable6 joined,
notable6 joined,
nativecallable6 joined,
unicodable6 joined
01:46
linkable6 joined,
evalable6 joined,
committable6 joined,
quotable6 joined,
bisectable6 joined,
tellable6 joined
01:47
benchable6 joined,
statisfiable6 joined,
sourceable6 joined,
releasable6 joined
02:35
euandreh left
02:46
euandreh joined
03:16
frost joined
03:17
Guest35 left
03:49
clarjon1 left
04:48
xinming left
04:50
xinming joined,
eseyman joined
04:55
razetime joined
05:33
Util left
05:40
Util joined
05:53
jjido joined
06:01
jjido left
06:02
mexen joined
06:08
reportable6 left
06:10
reportable6 joined
06:12
jjido joined
06:22
abraxxa-home joined
06:45
Sgeo left
07:16
jjido left
07:17
jjido joined
07:47
jujo left
|
|||
Geth | doc/old-docs: 40faba559e | (JJ Merelo)++ | doc/Language/operators.pod6 Minor fix to trigger rebuild |
07:55 | |
doc/old-docs: 1f8b8db949 | (JJ Merelo)++ | assets/js/main.js Fix hack for not sorting precedence table, #4071 |
|||
doc/old-docs: 5206a48fb1 | (JJ Merelo)++ | assets/js/main.js Eliminate debug code Which does not work anyway |
|||
07:56
razetime left
08:10
dakkar joined
08:17
razetime joined
08:18
TempIRCLogger joined
08:42
grondilu joined
|
|||
Geth | doc/old-docs: e6878e55c8 | (JJ Merelo)++ | doc/Language/operators.pod6 Add comment on table to avoid problems |
08:54 | |
09:01
p6steve left
09:17
jjido left
|
|||
Altreus | How do I turn a date into localised words? As in, are there/where are the routines to get the local month name, day name, etc, from a DateTime? | 09:33 | |
hmm is Date::Names correct? | 09:34 | ||
hmm, zef says no candidates for raku.land/zef:tbrowder/Date::Names | 09:36 | ||
09:38
Xliff left
10:04
Xliff joined
|
|||
Voldenet | `zef install Date::Names` works | 10:20 | |
Altreus | do I need to update something? :x | 10:23 | |
> Thanks again, I will read it atching identity: Date::Names | 10:24 | ||
wtf | |||
> No candidates found matching identity: Date::Names | |||
Voldenet | weird | 10:25 | |
dutchie | is there a short way to write `@foo[complicated subscript] = op @foo[same complicated subscript]`? BQN for example has `A F↩` for this | 10:31 | |
Altreus | you can use "with" to localise complicated subscript | 10:32 | |
@foo[$_] = op @foo[$_] with subscript() | 10:34 | ||
10:35
jaguart joined
|
|||
Voldenet | Altreus: That package lives only in fez, so make sure your zef uses 360.zef.pm/ as a mirror (see github.com/ugexe/zef/blob/0e202f2/...onfig.json for current default config) | 10:35 | |
lizmat | or do "zef install Zef::Configuration" and check/update your config :-) | 10:36 | |
dutchie | thanks Altreus, that's a little better but still feels a little repetitive | 10:37 | |
maybe unfair to compete against an arraylang though ;) | |||
Altreus | Voldenet: lizmat: ah, thanks :) | 10:38 | |
I'm running a fairly old setup tbh | |||
lizmat | zef upgrade zef | 10:39 | |
should do the trick ? | |||
Voldenet | dutchie: @foo[complicated subscript] .= &op; | ||
dutchie | aha that's what i was looking for | 10:42 | |
Altreus | zef upgrade zef has at least unblocked Zef::Configuration :D | 10:43 | |
Voldenet: ah, does that work? I was wondering | |||
I suppose op(x) is the same as x.&op, right? | 10:44 | ||
Voldenet | subroutine($anything) -> $anything.&subroutine | ||
Altreus | I think I need to upgrade raku cos I can't even install JSON::Fast :( | 10:45 | |
unless that's actually broken :) | |||
grondilu | how can I display a complex structure comprehensively? On several lines, with sensible indentations? | 10:48 | |
Like with Data::Dumper on p5? | |||
grondilu looked for a module and found modules.raku.org/dist/Data::Dump:zef:zef:tony-o | 10:49 | ||
I guess I'll use that. nevermind. | 10:51 | ||
lizmat | there's also Date::Dump::Tree I believe ? | 10:53 | |
grondilu | indeed, but Data::Dump will do | 11:00 | |
Nemokosch | back to yesterday's topic: I think it does send a warning if people repeatedly say that they rather stay away from mutation and specific sigils... | 11:07 | |
11:16
razetime left
11:36
wingfold joined
11:41
razetime joined
11:46
razetime left
|
|||
Xliff | \o | 11:52 | |
I want a quick HTTP server in Raku. What can I use? | |||
Oh! I likee! github.com/tony-o/perl6-http-server-router | 11:55 | ||
tony-o++ | |||
12:07
reportable6 left,
reportable6 joined
12:30
razetime joined
|
|||
lizmat clickbaits rakudoweekly.blog/2022/05/02/2022-18-period/ | 12:34 | ||
Xliff | lizmat++ | 12:51 | |
12:51
wingfold left
12:52
abraxxa joined
12:56
abraxxa left
12:57
abraxxa joined
13:06
codez joined
13:19
frost left
13:46
Guest35 joined
|
|||
[Coke] | Is JJ the primary/only person on Documentable? | 13:55 | |
14:41
jaguart left
14:53
Sgeo joined
|
|||
[Coke] | can someone install Documentable (not currently listed in META6.json), clone 'raku/doc' install other deps, and try 'make html'? Trying to see if github.com/Raku/doc/issues/3904 is just me. | 15:25 | |
15:27
dakkar left
|
|||
[Coke] | ... nevermind. JJ has mentioned via email that this is the not the way to build the site, waiting for info on the correct way. Hopefully we can close this bug and just update the README. | 15:43 | |
If anyone is interested in discussing docs related topics, please see #raku-doc | 16:02 | ||
planning, suggestions, issues you've found with the site, whatever. (not everything needs to move there, just trying to give a more focused channel for docs related issues) | 16:03 | ||
16:06
bigdata joined
16:20
mexen left
16:25
bigdata left
16:26
bigdata joined
17:04
razetime left
17:20
abraxxa left
17:22
coolshaurya joined
17:53
abraxxa joined
17:59
bigdata left
18:07
reportable6 left
18:09
reportable6 joined
18:46
grondilu left
18:47
abraxxa left
18:59
MasterDuke left
19:08
MasterDuke joined
19:23
sena_kun left
19:24
sena_kun joined
19:31
abraxxa-home left
19:51
jaguart joined
|
|||
[Coke] wonders if a bot that would tell you what time it is right now in common Raku timezones would be helpful | 20:11 | ||
El_Che | hi [Coke] | 20:12 | |
20:51
evalable6 left,
linkable6 left
20:52
linkable6 joined
20:53
evalable6 joined
21:53
casaca left
22:50
jaguart left
23:39
melezhik joined
|
|||
melezhik | . | 23:39 | |
23:41
melezhik left
23:57
discord-raku-bot left
23:58
discord-raku-bot joined
|