Hacker News new | ask | show | jobs
by DrBazza 1864 days ago
It's a language designed with a couple of things in mind: easy to use cheap concurrency (or parallelism, or whatever you want to call it).

Then there's Rust designed around low-level code and memory safety, and a much more complex syntax.

I think it just goes to show that any language (modern or otherwise) is a consequence of its design decisions (or lack of).