Hacker News new | ask | show | jobs
by roadbuster 478 days ago
How does "choreographic programming" differ from the actor model?
1 comments

From what I can tell, the important distinction is that all actors (and their messages) are described alongside each other, instead of being described separately. There are many implementations of the actor model, but most of them are the 'static-location architectures' that TFA talks about.