Comment by jdcasale

Comment by jdcasale 16 hours ago

1 reply

As opposed to taking like 30 seconds to install cargo and rust?

I get that the elegant thing to do would be to bootstrap this, but in practice does this actually cost you anything, or is this a purely aesthetic concern?

motorest 14 hours ago

> As opposed to taking like 30 seconds to install cargo and rust?

I think you're oblivious to the problem domain. C and C++ projects are tightly coupled with build systems. If you are not smack middle in the happy path, you will experience problems. Having to onboard an external language and obscure toolset just to be able to start a hello world is somewhere between a hard sell and an automatic rejection.