|
|
|
|
|
by taavi013
386 days ago
|
|
Actually Erlang syntax is very nice. You just have to get over first confusion of language functional nature and prolog heritage. It helps tremendously, that in Erlang functions are quite short, self contained due to functional nature. And you can grasp essence of function on one screen without need to have background knowledge of scattered mess of classes/global variables/other spaghetti. Really pleasant for reading code. But definitely not C inspired language. |
|