New posts in metaprogramming

Enumerate over an enum in C++

Enforcing single instances from the metamodel

Ruby Metaprogramming: dynamic instance variable names

How do I convert a Ruby class name to a underscore-delimited symbol?

What is the __dict__.__dict__ attribute of a Python class?

Get the value of an instance variable given its name

Find out whether a C++ object is callable

How do I use define_method to create class methods?

Get internal parse tree of an SQL query

Best introduction to C++ template metaprogramming? [closed]

How Pony (ORM) does its tricks?

How to drive C#, C++ or Java compiler to compute 1+2+3+...+1000 at compile time?

Executing code for every method call in a Ruby module

Objective-C class -> string like: [NSArray className] -> @"NSArray"

Does Javascript have something like Ruby's method_missing feature?

Is stateful metaprogramming ill-formed (yet)?

SFINAE to check for inherited member functions

C++ SFINAE examples?

Can a line of Python code know its indentation nesting level?

What exactly is metaprogramming?