Difference between ' and : symbols



I've noticed that with ASDF there are 2 ways of referring to a system.
Some use the single quote for the name, others use the colon before the
symbol. Both seem to work.

What is the difference? Isn't a symbol evaluated to itself, while a
single-quoted value is evaluated to that value?

.



Relevant Pages

  • Re: Difference between and : symbols
    ... >I've noticed that with ASDF there are 2 ways of referring to a system. ... >Some use the single quote for the name, others use the colon before the ... 'X is equivalent to (quote X) and evaluates to symbol "X" in current ...
    (comp.lang.lisp)
  • Re: Difference between and : symbols
    ... Some use the single quote for the name, others use the colon before the symbol. ... containing two elements, the symbol "QUOTE" in the package COMMON-LISP, ... component-designator as its second argument -- either a component, ...
    (comp.lang.lisp)