<@U0SAE2VGD>: As for why it needs to be low-level,...
# announcements
i
@artem_zin: As for why it needs to be low-level, because that’s the only way to do it. People have tried implementing continuations on the JVM using bytecode manipulation (eg. “RIFE”), and through code transformations (ie. Scala’s delimited continuations plugin), and other means.