Comment by hnarn
6 years ago
> When my business requires dealing with shape of an object and mixing matching things to pass data around; I would rather choose a language that lets me deal with shapes of object.
Could you elaborate on this a little?
6 years ago
> When my business requires dealing with shape of an object and mixing matching things to pass data around; I would rather choose a language that lets me deal with shapes of object.
Could you elaborate on this a little?
Since he mentioned Erlang, I bet he's talking about pattern matching.
It’s quite frustrating, for me anyway, using other languages after Erlang. Pattern matching and its related features are addictive.