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

Purely functional games

Why are tuples not value types on .NET?