Conversation

Maybe it would be interesting to create a survey of ideas and see how these projects are subtly different in goals and implementation. There are a lot of approaches. I feel my goal is mostly towards a simple macro language, to not get lost in unbounded Haskell cleverness.
2
1
Replying to and
CSP is definitely high on my list. I started structuring code that runs in the same clock domain like this as well. For the rest I just want good composition, and substrate abstraction, e.g. run the same filter code in parallel, bit-serial, or sequential on CPU.
1