Content deleted Content added
→concept rather than paradigm: new section |
|||
Line 299:
== Reflection vs Introspection: compare? merge articles?==
Please see [[Type introspection]]: very similar concepts. Wikipedia readers want understand why and what the relevant differences. <span style="font-size: smaller;" class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/186.223.215.33|186.223.215.33]] ([[User talk:186.223.215.33|talk]]) 12:39, 26 February 2011 (UTC)</span><!-- Template:UnsignedIP --> <!--Autosigned by SineBot-->
== concept rather than paradigm ==
I would rather put this in [[:Category:Programming language concepts]] than in [[:Category:Programming paradigms]]. I would think of a programming paradigm as a set of concepts, a set of things which you can or cannot do in a certain language or a certain style of programming. Reflection rather is a one-trick-pony, enabling the programmer to get the identifier of some entity at runtime (or similar concepts) and make a decision upon the result. So "reflection" would be just one concept of the larger paradigm of "metaprogramming". -- [[User:Theoprakt|Theoprakt]] ([[User talk:Theoprakt|talk]]) 20:57, 15 November 2011 (UTC)
|