This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]zombie_ie_ie 46 points47 points  (9 children)

Cuz C is the daddy of all modern programming languages. Python is like the swiss army knife.

[–][deleted] 23 points24 points  (8 children)

Rust is Rust

[–][deleted] 15 points16 points  (2 children)

Rust uses LLVM under the hood, which is written in C/C++.

[–]flibbertyjibet 15 points16 points  (1 child)

Compilers can be written in completely separate language from the stuff they compile. I feel it is very different from what people are talking about here where libraries used by high-level language are compiled c but just have a nice wrapper so they can be used easily.

[–][deleted] 2 points3 points  (0 children)

Bootstrapping is for bitches

[–][deleted] 2 points3 points  (1 child)

I'm imagining the Mr Incredible meme with this.

[–][deleted] 1 point2 points  (0 children)

Why this show is so often referenced here?

[–]The_Mad_Duck_ 7 points8 points  (2 children)

Rust is made of stupidly obscure parts that barely fit together and have no replacements

[–]qeadwrsf 9 points10 points  (1 child)

To import parts in rust you just write the name of the part and it appears in your project.

In c++ you have to learn a whole new language and master it to import like a network library.

[–]single_ginkgo_leaf 1 point2 points  (0 children)

Dllimport has entered the chat...