|
|
|
|
|
by aldanor
2518 days ago
|
|
I'm not so sure about the "steep learning curve of Rust" stereotype anymore. If you are comfortable with low-level programming languages in general, in a few days you can get yourself started fairly quickly with Rust to the point where you will still battle with compiler re: borrowing and related things, but will be able to write functional code. Coming from pure Python/JS will be tough, but it will be the same with any other low-level language. |
|
Even with Go being comparitvely simpler, I could go either way on whether it was the right choice to add it to the stack.