Remix.run Logo
righthand 7 hours ago

Aka one of the many Rust reasons why I chose to learn C.

hmry 6 hours ago | parent | next [-]

Using crates.io is entirely optional, you can download a library's source code and specify the path to it in your cargo config file. (Which is not uncommon in production)

For that matter, using cargo is optional, you can compile rust code using GNU make or shell scripts if you want to. (That's what the Linux kernel does)

righthand 2 hours ago | parent [-]

Still many more reasons to learn C!

antonvs 5 hours ago | parent | prev [-]

Welcome to 1972, young padawan. You have a long journey ahead of you.

yunnpp 2 hours ago | parent | next [-]

Peak programming.

righthand 2 hours ago | parent | prev [-]

There’s been advancement since then old timer.