Hacker News new | ask | show | jobs
by msbarnett 5331 days ago
> The message passing code simply does not look like C.

Arguably that's a very good thing, because passing a message has very different semantics from calling a function. Making the syntaxes of these operations identical would encourage a lot of confusion between two very different operations.