Conversation

I had been looking for a "mini Erlang" before, but really CSP's synchronous nature is a much better fit for static allocation. I learned a couple of surprising things doing this. See comments in csp_test.c csp.c csp.h
2
Replying to
I have a first draft of CSP style channels in Seq. Probably reinventing things, but deriving this was an interesting process. The trick is that while rendez-vous is symmetric in principle, inserting the delay-breaking register makes the code asymmetric.
1
Show replies