top | item 6846252

(no title)

gurraman | 12 years ago

One of the nice things about Erlang is that the actor model isn't just a library.

EDIT: actors -> the actor model

discuss

order

CmonDev|12 years ago

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

dragonwriter|12 years ago

> 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.