@stilkov If I say "network type system" what do you think of? Trying to do a comparison for a talk.
2
Static? CORBA IDL, WSDL Dynamic? JSON, other simple text formats
1
1
Thanks! I want to consider whether session types (static checking of state transitions) fall prey to the same problems as CORBA et al.
1
Interesting, so you’re considering them for the distributed app’s state as a whole, not as internal to e.g. the server?
1
Session types let you define a global protocol, and project to types that check each participant's transitions.
3
Then I’d argue it suffers from the IDL problem, too, unless checks are completely local to each participant in definition and implementation
1
Replying to @stilkov @ctford
The problem I have is with metadata that describes an ideal that may be (and will be) out of sync with reality

Nov 1, 2017 · 9:03 AM UTC

1
Replying to @stilkov
I think if used to self-check (am I handling all cases?) much better than assuming control over others (they have to behave this way).
1
Agreed, Postel’s law, essentially.
1