matrix

kennytilton 2022-11-19T09:26:49.171579Z

Hmm, new example just pushed. More tomorrow. FYI

👍🏻 1
kennytilton 2022-11-19T21:17:38.289229Z

Just pushed a new example covering the very important question of how we model events in Matrix. https://github.com/kennytilton/matrix/blob/464a85dd44a763a0f35fa174767fbc6a6b3ef3ee/cljc/matrix/test/tiltontec/learn/b010_boiler_and_misc.clj#L90 Events are tricky because the normal paradigm is that of a steady-state spreadsheet, not a stream. The "knock-knock" test covers that. Questions/comments welcome as always!