|
|
|
|
|
by sylvain_kerkour
1897 days ago
|
|
As an indie developer, switching from Go to Rust for web APIs was extremely satisfying. At first there was a productivity loss, but after a few months the productivity was better than Go thanks to Rust's functional features which make it extremely pleasant to write business logic, and the type system catching bugs during development instead of production. You can read more about the experience here: https://kerkour.com/blog/rust-for-web-development-2-years-la... The only thing I'm missing is Go's awesome TLS support (with autocert & co). That being said, I understand your point regarding hiring: a friend of mine totally refuses to learn Rust because the syntax looks not good to him. |
|