🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm Set by lizmat on 8 June 2022. |
|||
00:01
MasterDuke joined
|
|||
gfldex | lizmat: has there been any work done for custom metaops in RakuAST? | 08:04 | |
08:06
finanalyst joined
|
|||
lizmat | gfldex: have you tried what you want to know? | 08:13 | |
gfldex | not yet | ||
lizmat | please do: afaict all that is needed, is there already | 08:14 | |
m: my $*FOO := "FOO"; await start { say $*FOO } # all good | 09:14 | ||
camelia | FOO | ||
lizmat | m: my $*FOO := "FOO"; await start { await start { say $*FOO } } # but only one level deep :-( | ||
camelia | An operation first awaited: in block at <tmp> line 1 Died with the exception: Dynamic variable $*FOO not found in block at <tmp> line 1 |
||
lizmat | github.com/rakudo/rakudo/issues/5611 | 09:20 | |
09:54
finanalyst left
|
|||
lizmat | m: dd (** + 4)(42) | 11:31 | |
camelia | (46,).Seq | ||
lizmat | m: dd 42.map(* + 4) # TIL these are the same | ||
camelia | (46,).Seq | ||
lizmat | FWIW, this is too much APL for me :-) | 11:52 | |
12:13
MasterDuke left
|
|||
Geth | rakudo/main: 0bdd27db80 | (Elizabeth Mattijsen)++ (committed using GitHub Web editor) | src/core.c/array_slice.rakumod Implement @a[**] with hammering flattening behavior As discussed in: github.com/Raku/problem-solving/is...2248930043 |
12:15 | |
13:32
vrurg_ joined
13:34
vrurg left
20:41
sena_kun joined
21:42
sena_kun left
|