[Index] [Catalog] [Bottom] R: 7 / P: 7 / Connecting

File: RustCrabFerris.jpg (372.2KB, 2000x1500)
Post Image
the more I study it, the more I like it, the hate for it largely comes from people who have never programmed in Asm or C/C++ and largely do not understand pointers and memory management.
Explain to me as if I'm a tier 69 neet bhangi!! In a chappal phorum. why does those matter and why python which is so clean is not ok??
File: image.png (178.4KB, 738x270)
Post Image
>>671 because python is not type safe and it's slow. >how much slow? python is 44x slower than compiled language like golang for a simple while loop >python [code] i = 0 while True: if i == 100000000: print("done") break i += 1 [/code] >go [code] package main import "fmt" func main() { i := 0 for { if i == 100000000 { fmt.Println("done") break } i += 1 } } [/code] although this is a very simple comparison but I think you get the idea
>>672 >python is 44x slower than compiled language like golang for a simple while loop This.
>>671 python is ok only for certain specific usecases
I personally think learning C/C++, Asm and Rust increases your knowledge about how computers and operating systems actually work, most of this stuff isn't taught that well
>>675 True
>>669 Mojo's gonna make this so-called "systems" language obsolete

[Post Reply]
[Index] [Catalog] [Top] R: 7 / P: 7 / Connecting

Theme: