| ▲ | pythops a day ago | |
I agree on the easiness of Go, but I don't think people should always choose the easy solution. The easiness of Go come at a cost. | ||
| ▲ | gabrielgio a day ago | parent [-] | |
Agree, people should understand why they are picking a language. If it is to learn new language that is fast, compiles to a binary (also fast) and has a nice onboard experience for a person coming from a interpreted language (which is the topic of thread) go fits nicely. Rust is not always the answer just because it has "no nil exception". The correctness of Rust comes at a cost as well. | ||