DEV Community

Discussion on: What's the most excited you've ever been about a new technology?

Collapse
 
jrop profile image
Jonathan Apodaca

Feeling like I have finally found a systems programming language that I am happy using: Rust.

Although I love the borrow checker for optimized code, I find myself frequently wishing it had an opt-in "GC-mode" so that I could use it as my go-to language for quick solutions as well (one-off scripts, etc.).