Hacker News new | ask | show | jobs
by eigengrau5150 1722 days ago
Is that really a problem with C/C++ or an issue with the X Window System?
1 comments

Personally I think both. Yes the X11 APIs are horrible to work with - but decent code can abstract that away so the app APIs are sane. Doing that was easy with Go, but doing the same with C seems to end up passing around `void*` everywhere, so type safety (and a good coding experience) goes out the window.