Comment on Why Use Nim over C#?parentComments−jb19913yAlso zig, meta programming is one of its key features from what I understand.−kitd3yD too. D templates are dangerously easy to use.−jb19913yWhy dangerous?−kitd3yTemplate metaprogramming facilities have a reputation for being a very powerful tool if used judiciously. If overused, they can lead to over-complexity though. And a template system that is as easy to use as D's might encourage overuse.
Comments
Also zig, meta programming is one of its key features from what I understand.
D too. D templates are dangerously easy to use.
Why dangerous?
Template metaprogramming facilities have a reputation for being a very powerful tool if used judiciously. If overused, they can lead to over-complexity though. And a template system that is as easy to use as D's might encourage overuse.