Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
1 definition found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
introspection
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)