Symbols

We have already been using symbols. define associates a symbol with a value.


(define pi 3.1415926535)
In Lisp, unlike most languages, symbols and structures of symbols can be manipulated at runtime. This is a unique source of the power of Lisp. We can use symbolic structures for:

Contents    Page-10    Prev    Next    Page+10    Index