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.
timo still thinking about how to junctions with dispatchers 11:26
using resumption would perhaps allow me to only use dispatchers, which means i don't have t fiddle with capture objects and flattening, which i'm not sure how exactly the inlining deals with this at the moment 11:27
but that requires some piece of code to be in place to actually ask for resumption when one call is done, and also something to collect the results for the return value 11:28
so i think that's no bueno
with a code handling the looping, i'm not sure if dispatchers will be of much use at all? 11:29
or perhaps a dispatcher that implements "replace a single argument in the capture and invoke" could help? does that even make sense? 11:38
MasterDuke what arg would you replace? 20:44