Hacker News new | ask | show | jobs
by trevelyan 6652 days ago
I use C++. Garbage collection is nice, but slow. The language is not suitable for web development, or for GUI development, but it's great for backend enterprise software/libraries that need to be fast and stable and compile across most architectures out there.
1 comments

> The language is not suitable for web development, or for GUI development

WTF? Are you aware of the ridiculous number of examples in both?

If you want to do web development or develop a GUI it's easier and faster to work with another language.