Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I worked on a project using Qt for several years. It was okish, certainly a useful cross platform addition to C++ code. But it was so big and so opinionated... I mean come on: C++ has strings, what business do you have adding your own magical strings?

It was certainly part of what made me hate programming and then wake up out of my stupor to find Go and learn to love programming again.

Bye bye Qt and C++, never going to touch you again if I can possibly help it.



> I mean come on: C++ has strings, what business do you have adding your own magical strings?

C++'s std::string is Qt's QByteArray though, not QString which represents an actual Unicode string.


I love Qt for Python, but in the process of a port to C++ my main wish is modern C++ bindings.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: