enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Reflective programming - Wikipedia

    en.wikipedia.org/wiki/Reflective_programming

    Reflection is often used as part of software testing, such as for the runtime creation/instantiation of mock objects. Reflection is also a key strategy for metaprogramming. In some object-oriented programming languages such as C# and Java, reflection can be used to bypass member accessibility rules. For C#-properties this can be achieved by ...

  3. List of reflective programming languages and platforms

    en.wikipedia.org/wiki/List_of_reflective...

    Programming languages and computing platforms that typically support reflective programming (reflection) include dynamically typed languages such as Smalltalk, Perl, PHP, Python, VBScript, and JavaScript. Also the .NET languages are supported and the Maude system of rewriting logic.

  4. Metaprogramming - Wikipedia

    en.wikipedia.org/wiki/Metaprogramming

    The ability of a programming language to be its own metalanguage allows reflective programming, and is termed reflection. [4] Reflection is a valuable language feature to facilitate metaprogramming. Metaprogramming was popular in the 1970s and 1980s using list processing languages such as Lisp.

  5. Mirror (programming) - Wikipedia

    en.wikipedia.org/wiki/Mirror_(programming)

    In computer programming, a mirror is a reflection mechanism that is completely decoupled from the object whose structure is being introspected. This is as opposed to traditional reflection, for example in Java, where one introspects an object using methods from the object itself (e.g. getClass()).

  6. Reflection - Wikipedia

    en.wikipedia.org/wiki/Reflection

    Reflection (physics), a common wave phenomenon Specular reflection, reflection from a smooth surface . Mirror image, a reflection in a mirror or in water; Retroreflection, technology for returning light in the direction from which it came

  7. Reification (computer science) - Wikipedia

    en.wikipedia.org/wiki/Reification_(computer_science)

    In computer science, reification is the process by which an abstract idea about a program is turned into an explicit data model or other object created in a programming language. A computable/addressable object—a resource —is created in a system as a proxy for a non computable/addressable object.

  8. Smalltalk - Wikipedia

    en.wikipedia.org/wiki/Smalltalk

    When first publicly released, Smalltalk-80 presented numerous foundational ideas for the nascent field of object-oriented programming (OOP). Since inception, the language provided interactive programming via an integrated development environment. This requires reflection and late binding in the language execution of code.

  9. Talk:Reflective programming - Wikipedia

    en.wikipedia.org/wiki/Talk:Reflective_programming

    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.