What's the use of metaprogramming?

后端 未结 11 687
清酒与你
清酒与你 2020-12-12 11:12

I\'ve read:

  • Wikipedia
  • Code Generation vs. Metaprogramming
  • The art of Metaprogramming
  • Metaprogramming at c2.com

and I

11条回答
  •  离开以前
    2020-12-12 11:40

    Imagine a guy who builds cars. Say it's the same thing as using a computer.
    At some point he realizes he's always doing the same thing, more or less.
    So he builds factories to build cars, and it's much better. He's now programming !
    Nevertheless, once again, at some point, he realizes he's always doing the same thing, to some extent.
    Now he decides to build factories that build factories that build cars. That's metaprogramming.

    Metaprogramming is immensely powerful, but one glitch in the system makes all advantages turn into monster difficulties. So master it and use it... Or stay away !

提交回复
热议问题