DEV Community

Discussion on: Why is your preferred programming language your go-to?

Collapse
 
splittydev profile image
Marco Quinten

My go-to language is probably Rust, although I also use JS a lot.

What I like about Rust is that it gives you lots of safety guarantees and it's incredibly fast. Also, writing Rust programs requires you to think differently about how you structure your code, and I've found that to be really helpful in improving the general way in which I approach new problems.