Hacker News new | ask | show | jobs
by boxed 602 days ago
At least in Python you can probably download a project and run it even ignoring whatever tool the author used. In C++? Good luck!
1 comments

Only if it doesn't depend on binary libraries, or anything beyond its batteries.
..or things that are trivial to find on pypi. Which is going to be 90+% of cases.
It those things on Pypi depend on binary libraries that you need to compile yourself, there is going to be some fun, depending on the state of the current system.