Elektrine lite

← Feed

@monoidmusician@tech.lgbt

Post #1890856

2026-04-15 13:36 UTC

I guess my Riverdragon FRP library in PureScript is semi-synchronous? events are global effects, they aren't organized at all … but individual events do flow through the system synchronously: a node waits for all of its inputs to be updated from the event, before it updates itself for its subscribers

Replies (1)

  • @monoidmusician@tech.lgbt 2026-04-15 13:46

    UI programming could benefit from the clarity of synchrony wonder if i could emulate that as a typed DSL in PureScript … not sure how to mint clocks as types, maybe just name them in row types?

    Open ##1890857