|
|
|
|
|
by faangguyindia
4 days ago
|
|
My question is why will Python programmer, use Rust when they can use Go? As someone who went from C++ to java to Ruby to Javascript to Python, to Go. I find Go enviornment much superior. Not only your code can keep working for decade and compile fine with new compilers, you get more than enough speed you need. And also, you don't use random libraries, you precisely use to part you need which imho makes you software more reliable, cleaner and smaller. Using libraries and other people's module will always bite you just like llm bites you because you believe you understand it but you don't know how it's actually implemented and those who actually go through library and check all that, can implement parts they need from scratch without adding 100s of things u don't need. |
|