|
|
|
|
|
by hazz99
2816 days ago
|
|
Why do you think that? I like it's stripped-down feature set, and opinionated concurrency (although it's occasionally clunky). It's not perfect, and could have a lot more support for concurrency, but it's very workable and a joy to program in. |
|
If you want language optimized for productivity with a lot of high-level features, use Python. If you want maximum performance and low-level control, use C++ (or C, or Rust). If you need relatively high performance but can tolerate it not being 100% in exchange for nice things like GC, use Java. Where does Go fit?