In which language is erlang implemented? [duplicate] - erlang

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
What is Erlang written in?
I hear somewhere erlang is more efficient than c/c++,the only possibility would be that the language itself is written in assembly or even machine code.
So which language is erlang implemented in?

What is Erlang written in?
Answer: Erlang

Related

is a way to read the internal implementation of Apple's API on ios? [duplicate]

This question already has answers here:
Where are the UIKit Framework implementation files located?
(2 answers)
Closed 6 years ago.
I was just wondering if there is a way to read the internal implementation of Apple's API on ios? For example, is there a way I can see how "setNeedsDisplay()" function of UIView is implemented internally? I think this will help me understand how the code actually works.
The source code to the Apple frameworks is not publicly-available. You can disassemble the framework code, but unless you're really good with assembly language, you probably won't learn much.

Who are Bogdan and Björn in "Bogdan/Björn's Erlang Abstract Machine"? (BEAM) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 6 years ago.
Improve this question
I understand that the acronym for Erlang's virtual machine, BEAM, stands for "Bogdan/Björn's Erlang Abstract Machine".
But I can't find definitive reference anywhere to exactly who Bogdan and Björn are.
Searching the erlang.org mailing list I do see posts by developers named "Bogdan Andu" and "Björn-Egil Dahlberg". Can anyone confirm, are these the engineers that BEAM is named after?
Erlang and OTP in Action on page 17 says that BEAM means Bogdan's Erlang Abstract Machine. Also see this errata - scroll down to page 41. Here is the history of the Erlang VM - BEAM was not the first and only VM capable of executing Erlang code! Bogdan is actually an English version of Bogumil. All those names are employees at Ericsson who worked on implementing the language and its execution environment after Joe Armstrong's initial implementation in Prolog.

Lua Socket: How to send asynchronous http.request? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Lua socket asynchronous calls
I think my question is pretty clear. So, how?
Discussed in Programming in Lua (non-preemptive multithreading) and on SO here and here.

Is CORBA still being widely used today? [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Is Corba Legacy?
I am asking this question because I don't see any new books on CORBA in recent years. I am really new to CORBA, and I am not sure if I still need to learn it.
In what situation, CORBA is still useful?
My last job at a defense contractor used CORBA heavily. (And ACE/TAO)
I have only used it at one job of about 8 in the last 15 years. It was talked about at a few other places I was at - but none used it.

webframeworks in lua? [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
What web server to use for Lua web development
Are there any good web frameworks in Lua?
http://www.keplerproject.org/

Resources