Tags
November 3rd, 10:31am
0 comments
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.
Posted 8 months ago

0 Comments