Fork me on GitHub
#missionary
<
2021-11-18
>
Dustin Getz01:11:46

@huxley reactor mechanically is the state needed for the incremental maintenance (memory of past values), m/signal! and m/stream! are like malloc as in they literally do allocate

Dustin Getz01:11:21

m/ap is mechanically just a macro that chops up a form at marked points, inverting the control. it doesn't allocate, so there can be no memorizing state, you need reactor for that