Hacker News new | ask | show | jobs
by simpleenigma 6749 days ago
For those of us who program in Erlang calling it 'weird' is a compliment :-) I think it's like complaining about parenthesis to a Lisper ...

Both Lisp and Erlang make you think is a different way that once you get into that mode of thinking you really do become more efficient.

1 comments

I totally agree, but really, I don't see what's so horribly strange about Erlang. Don't get me wrong: it's my favourite language and I'm in the process of founding a startup with Erlang as the core language. I just don't understand the aversion... people seem to treat it like an impenetrable terra incognita.
i think its more to do with functional aspects of the language rather than it's "user-interface" aka the syntax. erlang as first intro to functional language might be non-trivial (imho ofcourse). starting with sicp to understand it's (functional programming's) essence should put anyone on terra-firma.