|
|
|
|
|
by karmajunkie
3585 days ago
|
|
I don't think that's really true. The things that make BEAM good at distributed systems like processes and network "translucency" (because let's face it, no network is transparent) are all built into BEAM itself, not OTP. OTP sits a layer or two above those features and certainly is great for building distributed systems. But you could build a distributed system on erlang or its brethren without using OTP at all. |
|
> I don't think that's really true.
But, nothing you said contradicts it: it just argues for why BEAM is still a good platform for building distributed systems on even without OTP, not anything about OTP not being a specific distributed computing framework.