What is Erlang written in?

前端 未结 4 1683
走了就别回头了
走了就别回头了 2020-12-12 12:22

What is Ericsson\'s implementation of Erlang and Erlang/OTP written and compiled in? Is is assembly, C or Erlang itself?

Update 1: Thanks to DrJokepu. If I understan

4条回答
  •  暖寄归人
    2020-12-12 12:47

    • 65.9% of erlang code is written in Erlang.
    • 13.4% of erlang is written in XML.
    • 13.6% of erlang is written in C.
    • 1.4% of erlang is written in C++
    • ...

    You can see a live and update statistics in ohloh site, this report generate from main erlang git repository.

提交回复
热议问题