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.
MasterDuke lizmat: i'm not even sure how to test it 02:41
`RAKUDO_RAKUAST=1 raku -e 'use v6.e.PREVIEW; zprintf("hi")'
===SORRY!=== Error while compiling
Undeclared routine:
    zprintf used at line unknown. Did you mean ''?`
`raku -e 'use v6.e.PREVIEW; zprintf("hi")'
Too many positionals passed; expected 1 argument but got 2
  in block <unit> at -e line 1`
lizmat MasterDuke: I'm pretty sure zprintf worked the last time I tested it, so it must have bitrotted 07:55