A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Metaprogramming consists of programming a program. In other words, you lay out code that the programming system executes to generate new code that implements the functionality you really want. Usually ...
Learn how the metaprogramming technique enables you to create data structures and functions that allow computation to happen at compile time. With this book, you'll realize how templates help you ...
Programmers make abstractions constantly. Functions are abstractions. Classes are abstractions. But sometimes it's not enough. If you find yourself writing boilerplate "design patterns" again and ...
In this final article in the Creating DSLs in Java series, Venkat Subramaniam lets you see for yourself why JVM-compatible languages such as Scala, Groovy, and JRuby are better suited to creating ...
Metaprogramming in .NET is designed to help readers understand the basic concepts, advantages and potential pitfalls of metaprogramming. It introduces core concepts in clear, easy-to-follow language ...
Do you need to write Ruby code that is easy to maintain and change? With metaprogramming, you can produce elegant and clean programs. Once the domain of expert Rubyists, metaprogramming is now ...