🦋 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.
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
Geth doc/old-docs: e6878e55c8 | (JJ Merelo)++ | doc/Language/operators.pod6
Add comment on table to avoid problems
08:54
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
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
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
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++
lizmat clickbaits rakudoweekly.blog/2022/05/02/2022-18-period/ 12:34
Xliff lizmat++ 12:51
[Coke] Is JJ the primary/only person on Documentable? 13:55
[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
[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
[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
melezhik . 23:39