The Actor-model was defined in a 1973 paper by Carl Hewitt, but has been popularized by the Erlang language. I believe the parts of Erlang that aren't self-hosted (written in Erlang) are written in C; BEAM and HiPE are written mostly in C. What are some alternative Actor-model implementations (languages, frameworks, or libraries) that are written in C?

link|improve this question
Why not just read the Wikipedia article, lots of links to implementations: en.wikipedia.org/wiki/… – Hans Passant Sep 23 '10 at 13:23
@Hans Passant: Where do you see a C implementation in that list? – Actor Sep 23 '10 at 13:47
feedback

1 Answer

Consider libdispatch.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.