erlang - Actor-model library, framework, or language written in C? -


the actor-model defined in 1973 paper carl hewitt, has been popularized erlang language. believe parts of erlang aren't self-hosted (written in erlang) written in c; beam , hipe written in c. alternative actor-model implementations (languages, frameworks, or libraries) written in c?

consider libdispatch.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -