DEV Community

Discussion on: Rust or Go for web development?

Collapse
 
davidmm1707 profile image
David MMπŸ‘¨πŸ»β€πŸ’» • Edited

I only tried Rust a bit, but I love how (as you said) the compiler complains about anything.

It is harder to write bad code this way. I like this, especially because I use weak-typed languages (Python and Javascript) daily... :)

Collapse
 
jazzglobal profile image
Christopher Gambrell

I agree. Most of my errors are through variable typing mistakes.