Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How did the first Erlang compiler get written?

compiler Erlang written
0
10 Posted

How did the first Erlang compiler get written?

0

(or: how was Erlang bootstrapped?) In Joe’s words: ” First I designed an abstract machine to execute Erlang. This was called the JAM machine; JAM = Joe’s Abstract Machine. ” ” Then I wrote a compiler from Erlang to JAM and an emulator to see if the machine worked. Both these were written in prolog. ” ” At the same time Mike Williams wrote a C emulator for the JAM. ” ” Then I rewrote the erlang-to-jam compiler in Erlang and used the prolog compiler to compile it. The resultant object code was run in the C emulator. Then we threw away prolog.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123