This channel is intended for people just starting with the Raku Programming Language (raku.org). Logs are available at irclogs.raku.org/raku-beginner/live.html Set by lizmat on 8 June 2022. |
|||
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
|
|||
ToddAndMargo | anybody on newbie duty? | 09:49 | |
Nemokosch | what does that mean? 🙂 | 09:50 | |
ToddAndMargo | I posted my question over on vpaste.net/yVh5l | 09:51 | |
Nemokosch | oh no, I know nothing of NativeCall... | 09:54 | |
lizmat | ToddAndMargo: it's not a duty. Nobody's getting paid for it. | 09:55 | |
ToddAndMargo | It was meant in jest! | 09:56 | |
lizmat | 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 | ||
ToddAndMargo | :-) | 09:57 | |
You are extraordinary at all things Raku. Were you able to figure out my Native Call question? | |||
lizmat | sorry, I don't have enough experience with NativeCall to give you an answer | 09:59 | |
ToddAndMargo | But, But, But. | ||
Should I re-post over on the main channel? | 10:00 | ||
I will log off here and re-post on the main channel | 10:06 | ||
10:06
ToddAndMargo left,
ToddAndMargo joined
11:16
ToddAndMargo left
11:49
sgrs joined
|
|||
Anton Antonov | @lizmat "App:Rak" "saved me" a few times this week... | 12:51 | |
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:53 | ||
Nemokosch | I think it's just a convention but someone will correct me if I'm wrong 🙂 | 12:55 | |
lizmat | just a convention | 13:01 | |
Anton Antonov: glad to hear :-) | 13:02 | ||
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
|
|||
South | why does something like `"0123456789"[5]` fail? | 19:33 | |
19:39
jgaz joined
|
|||
Nemokosch | Because strings are not lists | 19:41 | |
docs.raku.org/language/traps#Strin...e_indexing | 19:42 | ||
lizmat | m: say "0123456789".comb[5] | 19:43 | |
camelia | 5 | ||
Nemokosch | docs.raku.org/routine/comb if you want to obtain a sequence of characters, as Liz illustrated | 19:44 | |
South | yeah thats what i did to circumvent, was just curious | 19:52 | |
this might be the first language ive used that doesnt have regular ol string indexing with `[]` | 19:53 | ||
lizmat | raku.land/zef:raku-community-modul...honic::Str | 19:54 | |
will let you do that :-) | 19:55 | ||
South | haha cool, thanks | ||
Nemokosch | the Zoffix legacy | 19:56 | |
lizmat | yup | ||
Nemokosch | this Sourcery module immediately became my favorite | ||
19:59
sgrs left
|
|||
lizmat | see also: raku.land/zef:lizmat/sourcery :-) | 20:00 | |
20:01
sgrs joined
|
|||
Nemokosch | Yes, I've seen this but didn't fully understand how it's used. | 20:06 | |
lizmat | if the synopsis isn't clear enough, I would be glad to accept suggestions for it :-) | 20:11 | |
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
|