Hacker News new | ask | show | jobs
by konart 20 days ago
>The Data-Oriented Language for Sane Software Development.

What does this mean? What makes it more Data-Oriented than Go? What is sane development? What is insane development?

>Simplicity

What is simplicity in its case?

For example one can argue that borrow checker in Rust is "simplicity" (even if you have to master it) but at the same time you can say that BC is complexity.

Similar examples can be outlined for Go or any other language.