Hacker News new | ask | show | jobs
by gurraman 4573 days ago
One of the nice things about Erlang is that the actor model isn't just a library.

EDIT: actors -> the actor model

1 comments

Naturally. Actor model as a library is a design pattern. Design patterns are merely patches for missing language features - for better or worth.
> Actor model as a library is a design pattern. Design patterns are merely patches for missing language features

In the sense in which it is accurate to say that "design patterns are merely patches for missing language features" -- that is, design patterns that are applied as code templates -- anything that can be implemented once as a library is not a design pattern in the language where that is possible.