Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What's the exact difference between Erlang and OTP that would answer my question?


OTP is the means by which the programming language is able to accomplish tasks such as process to process comms, how to supervise actors etc. It's the enabler for the distributed computing compared to Erlang which is the programming language. They're (obviously) complementary but OTP is the magic that enable one to deliver on the reactive manifesto. Functional programming needs augmenting with mechanisms that provide the distributed computing features, it's not enough on its own.


Thanks for the explanation.

Where does reactive programming fit in that concept? Is OTP a "reactive" library? If so, why - what exactly makes it "reactive"?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: