Elektrine lite

← Feed

@monoidmusician@tech.lgbt

Post #1494382

2026-04-15 13:19 UTC

went through my old PDFs, a lot of which were about FRP and mostly unread. so now I'm reading about Lucid Synchrone, a ML-like language for synchronous programming on streams, with type inference and clock inference (although it could almost use dependent types for its clocks haha)

Replies (1)

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

    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

    Open ##1890856