Remix.run Logo
senderista 9 days ago

I agree that actor languages are the purest form of OOP as Alan Kay has expressed it. And unlike Smalltalk, Erlang just accepts that some things are naturally functions, not messages.

klibertp 9 days ago | parent | next [-]

Smalltalk has no problem at all with accepting that some things are naturally functions: it has always had blocks! The call operator is `value`, not `()`, but it's the same "apply a piece of code to some values" operation.

Rendello 9 days ago | parent | prev [-]

Erlang's Joe Armstrong and Alan Kay did a talk/interview together:

https://www.youtube.com/watch?v=fhOHn9TClXY

ken-kost 8 days ago | parent [-]

a great rabbit hole to fall into; thank you!