The actor model is simply magnificent. Once i encountered the actor model, concurrency just clicked for me. Even writing concurrent programs in a non-actor context became simple and easy. It is that amazing.
Carl Hewitt has died [pdf]
11–20 of 35 posts
Re: Carl Hewitt has died [pdf]
#12Re: Carl Hewitt has died [pdf]
#13@dang, I move to show the black bar for this sad event. It has been almost a month, but it's the first mention on HN.
Re: Carl Hewitt has died [pdf]
#14Re: Carl Hewitt has died [pdf]
#15Re: Carl Hewitt has died [pdf]
#16The actor model is simply magnificent. Once i encountered the actor model, concurrency just clicked for me. Even writing concurrent programs in a non-actor context became simple and easy. It is that amazing.
Hewitt, Meijer and Szyperski: The Actor Model (everything you wanted to know but are afraid to ask)
Re: Carl Hewitt has died [pdf]
#17Another really stimulating paper: https://www.researchgate.net/publication/3115052_The_Scienti... proposing that powerful problem-solvers could be organized like a model of the human scientific community.
Re: Carl Hewitt has died [pdf]
#18Re: Carl Hewitt has died [pdf]
#19Re: Carl Hewitt has died [pdf]
#20Dang it, we lost 2 of the biggest champions of the Actor model, Carl and Joe a couple of years ago. Who is left to carry the torch to illuminate millions of developers who have no idea or have never heard of the Actor model? Sadly, we will see thousands or poorly thought out replacement models (eg. C++ futures, thread pools etc), which only offer a subset of Actor functionality instead of implementing the whole she-b…
- Elixir (and Erlang) https://elixir-lang.org/
- Akka - JVM and .NET frameworks - https://akka.io/ https://getakka.net/
- Actix - Rust framework - https://actix.rs/docs/actix/getting-started
- MS Orleans - https://learn.microsoft.com/en-us/dotnet/orleans/overview
- Pony - https://www.ponylang.io/