Hacker News new | ask | show | jobs
by WuxiFingerHold 1484 days ago
> It doesn't allow you to build quick and easy solutions that allows you to lie to yourself

You can write perfectly fine solutions in a GC language without lying to yourself.

> my trust level to my Rust code is around 10x more than my Python code for the same problem

Python as a dynamically typed language is not the mark. Rust has a great static type system, but other GC languages offer that as well.