federatedbookkeeping / research

Research notes about Federated Bookkeeping and related topics
https://federatedbookkeeping.org
MIT License
7 stars 2 forks source link

Live Programming in the Context of Elm Architecture #48

Open michielbdejong opened 4 weeks ago

michielbdejong commented 4 weeks ago

How would we solve the challenge described in section 7 of https://arxiv.org/pdf/2309.11406 ?

michielbdejong commented 3 weeks ago

Very interesting problem statement, and exciting actually that it mentions a todo list because that's task tracking which makes it relevant for our research grant! :)

First thoughts:

To take the todo-list app,

michielbdejong commented 3 weeks ago

Now migrate from array of objects to three separate lists. Define a Lens for that? And automatically transform the update and render functions?

michielbdejong commented 3 weeks ago

I'm reading the Cambria Project paper now, this reference to Confluent is interesting!

michielbdejong commented 3 weeks ago

Documenting the existing lens operations of Cambria project