Welcome to the main channel on the development of MoarVM, a virtual machine for NQP and Rakudo (moarvm.org). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
[Coke] jnthn++ 00:23
MasterDuke is there any way to know that an MVMString won't have synthetics? if the storage type is MVM_STRING_GRAPHEME_ASCII could we be sure? 04:50
jnthn MasterDuke: \r\n is in ASCII range 10:51
Which is a synthetic 10:52
lizmat jnthn nine rakuast question: suppose I have an $ast representing some code, and I would like to use that code more than once, can I use the same RakuAST::xxx object, or do I need to re-make it / clone it ? 20:28
specific case: $foo ?? $foo !! "" 20:29
lizmat and $foo would be something like @args.AT-POS(0) 20:29