Reflection (computer science) - Wikipedia, the free encyclopedia
Common Lisp
Here is an equivalent example in Common Lisp:
;;Without reflection (hello) ;;With reflection (funcall (find-symbol "HELLO"))[edit]
via en.wikipedia.org
Compiled Language using symbol table.

