Adios' Notes

Filed underlisp

See all posts on Posterous with this tag »

Adios Tsai


TwitterFacebook
Adios Tsai's profile »

Tags

  • programming (12)
  • ruby (5)
  • C (4)
  • freebsd c programming (4)
  • generator (4)
  • iterator (4)
  • Autoconf (3)
  • Autotools (3)
  • Developer (3)
  • freebsd (3)
  • View all 45 tags »
  • haskell (3)
  • language (3)
  • mac (3)
  • python (3)
  • tips (3)
  • Apple (2)
  • CFLAGS (2)
  • GCC (2)
  • Gentoo (2)
  • Windows (2)
  • javascript (2)
  • langauge (2)
  • rails (2)
  • reflection (2)
  • AntiAlias (1)
  • Linux (1)
  • applications (1)
  • continuation (1)
  • design pattern (1)
  • freebsd c programming rpc (1)
  • freebsd pcre amd64 (1)
  • gae (1)
  • google (1)
  • google wave (1)
  • lisp (1)
  • mouse (1)
  • perl (1)
  • php (1)
  • singleton (1)
  • ssh (1)
  • syslog (1)
  • tutorial (1)
  • unix (1)
  • vim (1)
  • webrick (1)

Archive

2012 (1)
January (1)
2011 (16)
December (3)
November (1)
October (2)
July (1)
March (7)
February (2)
2010 (21)
November (2)
September (1)
August (7)
July (4)
June (1)
April (1)
March (4)
January (1)
2009 (26)
December (3)
November (13)
October (1)
September (2)
July (7)
November 3, 2009

Reflection (computer science) - Wikipedia, the free encyclopedia

  • Edit
  • Delete
  • Tags
  • Autopost

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.

Filed under  //

  • lisp
  • programming
  • reflection
Tweet
  • 0 responses
  • Like
  • Comment