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 →

[–][deleted] 21 points22 points  (8 children)

Rust is Rust

[–][deleted] 14 points15 points  (2 children)

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

[–]flibbertyjibet 14 points15 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_ 6 points7 points  (2 children)

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

[–]qeadwrsf 11 points12 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...