🦋 Welcome to Raku! raku.org/ | evalbot usage: 'p6: say 3;' or /msg camelia p6: ... | irclog: colabti.org/irclogger/irclogger_log/raku
Set by ChanServ on 14 October 2019.
sjn happy new year, #raku! :-D 00:50
timotimo m: say 2020.succ#s 03:35
camelia 2021
jmerelo Happy new year everyone :-) 08:53
frost-lab Happy new year =* 08:54
moon-child * 09:01
coldpress ah yes, the post-multiplication-assignment operator 09:23
moon-child logically, x =* y should be the same as x * x = y 09:29
some kind of bastard postsquare operator? 09:30
tib Happy new year ! :) 10:00
zef question here o/
When I use : zef install . then remove one of the dependencies (zef uninstall Data::Dump) then run again zef install, it does not install anything, but I assume that my install is broken. 10:02
(yes, using --force-install will do the trick) 10:03
This is not really a question, but maybe this deps check could be moved out of --force-install (not sure), I don't know 10:04
frost-lab m: my \f = -> \x { x + 1 }; say f(1) 10:22
camelia 5===SORRY!5=== Error while compiling <tmp>
Variable '&f' is not declared
at <tmp>:1
------> 3my \f = -> \x { x + 1 }; say 7⏏5f(1)
frost-lab m: my \f = -> \x { x + 1 }; say f.(1) 10:23
camelia 2
frost-lab Why this works after adding a dot? 10:27
MasterDuke frost-lab: not sure, but the output of --target=ast could show you the difference 10:41
m: my \f = -> \x { x + 1 }; say &f(1) 10:42
camelia Nil
moritz frost-lab: f() looks for an &f symbol to invoke 10:59
moon-child m: my \f = -> \x { x + 1 }; say f 1 11:00
camelia 5===SORRY!5=== Error while compiling <tmp>
Two terms in a row
at <tmp>:1
------> 3my \f = -> \x { x + 1 }; say f7⏏5 1
expecting any of:
infix
infix stopper
postfix
statement end
s…
raku-bridge <frost> Ah, I'm here now :) . Thanks for answering. 11:13
Geth doc: 70d1e5bc91 | (Stoned Elipot)++ | doc/Language/nativetypes.pod6
Mark native array as Positional ref #3744
11:33
linkable6 Link: docs.raku.org/language/nativetypes
DOC#3744 [open]: github.com/Raku/doc/issues/3744 [checklist][docs] Checklist for 2020.12
Geth doc: e9ff4cef0a | (Stoned Elipot)++ | doc/Type/Positional.pod6
Link [] postcircumfix operator
11:52
linkable6 Link: docs.raku.org/type/Positional
lizmat Happy New Year to all the Raku folk! 12:06
Geth doc: ca255e557d | (JJ Merelo)++ | doc/Language/nativetypes.pod6
Minor reformatting and typography.
12:12
linkable6 Link: docs.raku.org/language/nativetypes
Geth doc: ba29e48939 | (JJ Merelo)++ | doc/Language/nativetypes.pod6
Minor reformatting, and deindexing

Probably it's better to eliminate one "array" in the index. Closes #3391. Also refs #2257, probably solves it, but not too clear.
12:40
doc: 7192e48ab5 | (JJ Merelo)++ | doc/Type/Metamodel/PrivateMethodContainer.pod6
Deindentation here and there and minor rephrasing
linkable6 Link: docs.raku.org/language/nativetypes
Geth doc: b53bf823d1 | (JJ Merelo)++ | doc/Type/Positional.pod6
Provide a few examples

And complete definition to make it clearer.
linkable6 DOC#3391 [closed]: github.com/Raku/doc/issues/3391 [xt] xt/examples-compilation.t
linkable6 DOC#2257 [open]: github.com/Raku/doc/issues/2257 [docs][new] Can't find native-typed arrays
linkable6 Link: docs.raku.org/type/Metamodel::Priv...dContainer
Link: docs.raku.org/type/Positional
xinming SmokeMachine: Today, I tried something with class blabla does Red::ResultSeq { ... }; model xxx is rs-class<blabla> { }; Failed with error `xxx cannot inherit from 'rs-class' because it is unknown` 14:01
Geth doc: 944edfa01d | (Stoned Elipot)++ | doc/Type/Promise.pod6
Fix link
15:10
hankache hello #raku 17:53
Happy New Year
lizmat hankache o/ 18:03
glad to see you made it back here!
hankache hi lizmat! 18:04
thank you! glad to be back :)
it's been a while
lizmat having a hypersonic bang in your backyard is a sure way to mess up your life 18:05
hankache yup :( 18:06
lizmat hope things are looking up for you now 18:07
hankache We just finished fixing the house 2 days ago. I am finally back home. 18:08
lizmat glad to hear that! 18:09
thowe What happened? 18:10
hankache thowe en.wikipedia.org/wiki/2020_Beirut_explosion 18:12
thanks lizmat hoping that 2021 will be a better year for everyone
thowe OK, yeah, heard about that! 8( 18:15
lizmat hankache: /me hopes so as well :-) 18:25
Geth doc: 46fa87f5e3 | (Stoned Elipot)++ | doc/Type/Promise.pod6
Fix link
18:32
linkable6 Link: docs.raku.org/type/Promise