RPC, RMI, CORBA, EJB, SOAP: looks like distributed systems with static typing are less successful in the long run
3
26
15
@mittie @stilkov I’d rather argue that these are examples of systems ignoring the very nature of distribution, i.e. the network.
2
1
Replying to @hseeberger
@hseeberger Which is part of the observation @mittie made ;-) Static typing is not made to work over the network.

Feb 15, 2016 · 2:21 PM UTC

2
Replying to @stilkov
@stilkov @hseeberger @mittie In particular for distributed systems it seems advisable to define interfaces and data in a formal way.
2
1
@ewolff @stilkov @hseeberger or just do it like SQL: restrict to very few types.
1
Replying to @stilkov
@stilkov @mittie I’d say that static typing is for compilation and has nothing to do with local/distributed runtimes.
1
@hseeberger @mittie That’s exactly the point: It’s intended for compilation, which is why it typically fails when parts are not linked.
1
2