|
|
|
|
|
by rvirding
5078 days ago
|
|
"I love Erlang but I cannot get the past the syntax." I cannot understand this hangup about syntax. Syntax is the easiest thing to learn with a new language, you just look it up. It's the semantics and usage where the real problems are. Erlang doesn't have static typing, it is dynamically typed. It has always been dynamically typed. And however you look at it doing highly concurrent systems with processes is much easier. And who says that processes imply "parallel access to shared memory"? Quite the opposite actually. |
|