Hacker News new | ask | show | jobs
by steveklabnik 6070 days ago
That's a compiler issue, not a language issue.
2 comments

A language without purity / proper constness / powerful static checking will not be automatically parallelized.
Wrong. D2 has features to ease multi-threaded development, so it's a language 'issue'.