Hacker News new | ask | show | jobs
by whywhywhywhy 527 days ago
>What do you do though if you want to import code written in C++? Especially complex, dependency-heavy like CUDA/ML stuff?

No other CUDA software has to put it's claws deep into the os to function. I'm not even convinced Python does, seems it just dumps all the 500-900meg DLLs into the torch folder. It's more the insistence that the libraries have to exist in this place that isn't related to the project that's the issue.

Node also handles what you're talking about without issue and without thinking it needs to be part of the operating system like Python does.