Hacker News new | ask | show | jobs
by fxfan 2723 days ago
Would you attribute the c/cpp success to a lack of "native" build tool?
1 comments

I would say it is likely that the lack of a native C++ build tool helped Bazel to not have to compromise on how it integrates compilers into the system. I think that C++ is also just a good fit for the design; not all languages will. Interpreted languages fit into the system a bit less well in my opinion (but I still like that it is treated with some level of consistency.)
And what would you say about https://news.ycombinator.com/item?id=18821549?

Sorry not copying it here to avoid repost.