Hacker News new | past | comments | ask | show | jobs | submit login
In Response to “What Sucks About Erlang” (yarivsblog.com)
20 points by ivank on March 10, 2008 | hide | past | favorite | 3 comments



I can't comment on how much Erlang sucks (or not) but this quote does bring back memories:

If you’re writing code like in Damien’s example and you want to be able to insert lines without changing a bunch of variable names, I have a tip: increment by 10.


The good old BASIC days :)


Syntax annoyances can be forgiven but for a language interpreter to call exit(1) when unable to allocate memory is really bad. It should instead return an error to the app and let the app keep running.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: