Live data from Hacker News

Programming Languages: What tool is right for which job?

therighttool.hammerprinciple.com

1–10 of 60 posts

Re: Programming Languages: What tool is right for which job?

#7
Something the site didn't answer, what high-level languages are suitable for writing highly-parallel network code? I need to write some code that does stuff like: given a couple million URLs, download each, extract an element, gather all extracted elements in a list.

Re: Programming Languages: What tool is right for which job?

#8
post #7

Something the site didn't answer, what high-level languages are suitable for writing highly-parallel network code? I need to write some code that does stuff like: given a couple million URLs, download each, extract an element, gather all extracted elements in a list.

Erlang
Post reply on HN