humbleui

onbreath 2023-04-30T21:33:29.371339Z

Hey, enjoyed reading the State Management article. Re incremental computation, this might be interesting: http://adapton.org https://arxiv.org/abs/1609.05337 https://github.com/roman01la/uix/tree/master/core/src/xframe/core

👍 1
➕ 1
Ben Sless 2023-05-01T07:21:42.775149Z

One interesting aspect not addressed by adapton is scheduling computation, as you sometimes can't know how they'll evolve or resolve. I wonder if it could be built using something like frons which also let you schedule work (requires the amb operator though)

Niki 2023-05-01T13:50:47.663289Z

Thanks! I’ll take a look