Hacker News new | past | comments | ask | show | jobs | submit login

Interestingly, Swift may not even be a "better C++" for all domains dominated by C++:

The memory model is strictly ref-counted which is unsuitable for certain tasks (e.g. high perf game programming) and the runtime performance is still extremely brittle (i.e. dependent on optimization passes).

Lots of apps also use c++ as the common core model. Since Swift isn't multiplatform, it is not replacing c++ there either.




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

Search: