© 2026 Hashnode
So you want to write a compiler. You've looked at the Dragon Book sitting on someone's shelf (or the PDF gathering dust in your downloads folder), and the sheer density of it made you quietly close the tab and go back to writing CRUD apps. I get it. ...

Introduction C++ has been around for over 41 years. Over the years, many features have been added, and one of the most powerful is compile-time computation. C++ actually had this capability before its standardization in 1998, particularly after templ...

Programming is pretty much fun! We can do amazing things with programming, such as building a calculator, building a website, or even building an AI Agent (or LLM, you get the idea). But machines don't understand these programming languages directly....
