Live data from Hacker News

Ask HN: What programming language would you use?

news.ycombinator.com

1–5 of 5 posts

Re: Ask HN: What programming language would you use?

#4
I would suggest any programming that you are comfortable with and use a NoSQL Database.

You can use Erlang because is not only about scalability but mostly about:

reliability

soft real-time characteristics (enabled by soft real-time GC which is possible because immutability [no cycles] and share nothing and so)

performance in concurrent tasks (cheap task switch, cheap process spawn, actors model, ...)

scalability - debatable in current state , but rapidly evolving