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:03
kdon left
01:08
Manifest0 left
|
|||
antononcube | Raku's string processing nicely completes (or integrates with) Large Language Model (LLM) workflows. | 01:13 | |
02:02
hythm joined
02:12
jgaz left
03:48
thowe left
04:01
thowe joined
06:19
hythm left
06:32
samebchase left
06:34
samebchase joined
10:16
Manifest0 joined
11:36
teatwo left
11:37
teatwo joined
11:38
teatwo left,
teatwo joined
|
|||
snonux | I like to use Raku for small command line utilities and also for one-off-quick-n-dirty-getting-things-done-scripts. Not to say that Raku can also be used for larger applications, but I personally didn't do that (yet). | 12:40 | |
14:08
jgaz joined
|
|||
scullucs | m: my $b = Blob.new(1, 2, 3); say $b.WHAT; say "{$b.WHAT}" # Why does the interpolated one fail? | 14:44 | |
Raku eval | (Blob) Use of uninitialized value of type Blob in string context. Methods .^name, .raku, .gist, or .say can be used to stringify it to something meaningful. in block <unit> at main.raku line 1 | ||
lizmat | m: my $b = Blob.new(1, 2, 3); say $b.WHAT; say "{$b.WHAT.gist}" | 15:33 | |
camelia | (Blob) (Blob) |
||
lizmat | scullucs: interpolation calls .Str on the expression, say calls .gist on the expression | ||
lucs | lizmat: Hmm... Okay, thanks. | 15:39 | |
15:46
Manifest0 left
18:38
deoac joined
19:30
deoac left
19:59
deoac joined
20:21
Manifest0 joined
20:36
teatwo left,
teatwo joined
21:47
jgaz left
22:22
teatwo left
23:41
guifa joined
23:51
Manifest0 left
|