Does Erlang work on any non-x86 processors?

前端 未结 8 1539
醉酒成梦
醉酒成梦 2021-01-17 18:25

Does Erlang work on any non-x86 platforms?

Microcontrollers for instance? I think it\'d be neat to get a bunch of these and put Erlang code on them.

Or does

8条回答
  •  甜味超标
    2021-01-17 18:51

    If you look at http://www.erlang.org/doc.html you see that erlang runs on telecom switches which mostly use non-x86 processors.

    Does this answer the question? On that site under faq are also instructions for a mailing list from where you probably get more specific answers.

    Hope this helps.

提交回复
热议问题