Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

c

erlang

actor

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?

like image 715
Actor Avatar asked Nov 15 '25 22:11

Actor


2 Answers

There is libactor which is a GPLv2 library implementing the actor model in a single process using pthreads.

like image 162
bitmusher Avatar answered Nov 18 '25 11:11

bitmusher


Consider libdispatch.

like image 27
james woodyatt Avatar answered Nov 18 '25 11:11

james woodyatt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!