C++: A Resurgence of Programming Fun
The author reflects on over a decade of programming, lamenting that languages like JavaScript, Python, and Ruby failed to recapture the joy he felt coding as a child. Recently, while developing a roguelike game using C++, he rediscovered that programming fun. He argues that C++ was once notorious for the overuse of template metaprogramming, but since C++11, the standards committee's efforts have revitalized the language. Additions like auto type inference, nullptr, and range-based for loops have significantly improved developer experience and efficiency. Modern C++ is powerful, boasting rich libraries and tools, yet avoids the negative aspects of excessive popularity. The relatively pure community allows developers to focus on creation, which is the essence of programming enjoyment.