|
|
|
|
|
by bb88
1364 days ago
|
|
Java was a reaction to C++. Go was too. C++ feels like it was created by the smartest person in the room without regards for the the other 80% that would use it on a day to day basis. I guess that's why I like simpler languages more, where I don't have to think about how the language or compiler is going to treat my code. |
|
Go is OK. It's a little faster to get a first version working, but the result tends to be slower and more likely to crash on memory/concurrency issues than a rust version would be.
I use both; go is fine for spaghetti ~architecting~ devops-ing piles of microservices together. Rust is much better for the data path though.