|
|
|
|
|
by platz
3368 days ago
|
|
I know how aeson works, but the details of how it parses text into a HashMap that you can extract fields from into a data structure is somewhat besides the point, but I'll grant you the point that there are static solutions for message passing, sure. It seems odd to me that they would include a unique feature like live-updating if it shouldn't be used. I grant that live-updates and gen_servers may be anti-patterns, but my assumption was to consider the effects of static types on OTP and these are part of it. If you identify some subset of erlang+OTP that is easier in some ways, great, I'm all for it. I am just pointing out some complexities without making assumptions about what should be included or discarded. ( I do not know what erlang shops do in the small or in the large). Perhaps what we want then is static types for "OTP-Lite" |
|