Is metaprogramming possible in C#?

Metaprogramming is possible in .NET (see compiler compilers, regular expressions, code DOM, reflection etc.) but C# is not capable of template metaprogramming because it does not have that language feature.

Comments

Popular posts from this blog

Benchmarking in the web age

What's new in garbage collection?

What is your garbage collector collecting?