Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

introspection

You are here: irt.org | FOLDOC | introspection

<programming, philosophy> A feature of some programming languages that allows a running program to obtain information about its own implementation.

For example, the Lisp function, "symbol-function" takes a Lisp symbol and returns the function definition associated with that symbol. Lisp is particularly suited to introspection because its source code uses the same underlying representation as its data. Another example is Perl's "can" method which returns true if a given object's class provides a given method.

(2010-01-19)

Nearby terms: interworking « intranet « Intrinsics « introspection » introspection annotation » Intrusion Countermeasure Electronics » Intrusive Testing

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb