The actor model: Why is Erlang/OTP special? Could you use another language?

后端 未结 6 1763
失恋的感觉
失恋的感觉 2021-01-29 20:23

I\'ve been looking into learning Erlang/OTP, and as a result, have been reading (okay, skimming) about the actor model.

From what I understand, the actor model is simply

6条回答
  •  感情败类
    2021-01-29 21:08

    There are actual actor libraries for C++:

    • http://actor-framework.org/

    • http://www.theron-library.com/

    And a list of some libraries for other languages.

提交回复
热议问题