Hacker News new | ask | show | jobs
by nine_k 3455 days ago
What makes the ecosystem so unfriendly to languages that link to C easily, either way?
2 comments

The ecosystem... from people to compilers to libraries to tutorials... is all C and its style of doing things. Gotta be as close to it as possible to have a chance. It's why the successful languages in enterprise, system space used C-like syntax. Still took a huge company basically dictating it.
The culture, the outdated compilers (expect C89 and C++98) and software designed by hardware engineers.