[00:00] *** deoac left [00:14] *** Kaiepi left [00:36] *** habere-et-disper joined [01:22] *** habere-et-disper left [01:42] *** MasterDuke left [03:16] *** razetime joined [03:46] *** Kaiepi joined [04:51] *** Ebudae joined [04:53] *** Heptite left [05:16] *** Ebudae left [09:02] *** dakkar joined [09:49] *** ToddAndMargo joined [09:49] anybody on newbie duty? [09:50] what does that mean? 🙂 [09:51] I posted my question over on http://vpaste.net/yVh5l [09:54] oh no, I know nothing of NativeCall... [09:55] ToddAndMargo: it's not a duty. Nobody's getting paid for it. [09:56] It was meant in jest! [09:56] then add a smiley to what you say: person to person communication is difficult as it is, even more so if it is only text without any hints [09:57] :-) [09:57] You are extraordinary at all things Raku.  Were you able to figure out my Native Call question? [09:59] sorry, I don't have enough experience with NativeCall to give you an answer [09:59] But, But, But. [10:00] Should I re-post over on the main channel? [10:06] I will log off here and re-post on the main channel [10:06] *** ToddAndMargo left [10:06] *** ToddAndMargo joined [11:16] *** ToddAndMargo left [11:49] *** sgrs joined [12:51] @lizmat "App:Rak" "saved me" a few times this week... [12:53] Where I can read more about making Raku apps? Is "App::" special in some way within Raku, or it is "just a convention" to publish apps in "App::" ? [12:55] I think it's just a convention but someone will correct me if I'm wrong 🙂 [13:01] just a convention [13:02] Anton Antonov: glad to hear :-) [14:02] *** Kaipei joined [14:05] *** Kaiepi left [15:14] *** Heptite joined [15:38] *** Kaipei left [17:11] *** Kaipei joined [17:37] *** CIAvash left [17:39] *** dakkar left [17:43] *** CIAvash joined [17:49] *** razetime left [19:33] why does something like `"0123456789"[5]` fail? [19:39] *** jgaz joined [19:41] Because strings are not lists [19:42] https://docs.raku.org/language/traps#Strings_are_not_Lists,_so_beware_indexing [19:43] m: say "0123456789".comb[5] [19:43] rakudo-moar 6cded78e9: OUTPUT: «5␤» [19:44] https://docs.raku.org/routine/comb if you want to obtain a sequence of characters, as Liz illustrated [19:52] yeah thats what i did to circumvent, was just curious [19:53] this might be the first language ive used that doesnt have regular ol string indexing with `[]` [19:54] https://raku.land/zef:raku-community-modules/Pythonic::Str [19:55] will let you do that :-) [19:55] haha cool, thanks [19:56] the Zoffix legacy [19:56] yup [19:56] this Sourcery module immediately became my favorite [19:59] *** sgrs left [20:00] see also: https://raku.land/zef:lizmat/sourcery :-) [20:01] *** sgrs joined [20:06] Yes, I've seen this but didn't fully understand how it's used. [20:11] if the synopsis isn't clear enough, I would be glad to accept suggestions for it :-) [20:17] *** sgrs left [20:53] *** ToddAndMargo joined [21:03] *** jgaz left [21:31] *** ToddAndMargo left [21:32] *** ToddAndMargo joined [22:01] *** ToddAndMargo left [22:05] *** sgrs joined [22:18] *** ToddAndMargo joined [22:36] *** NemokoschKiwi joined [22:46] *** NemokoschKiwi left [22:58] *** sgrs left