Name: Anonymous 2012-07-13 17:31
Aside from the issue of uninterned symbols, why are these separate and not the exact same thing? Alternatively, are these any situations in which you need to differentiate between strings and symbols?
(define op 'faggot)
(string-append 'Op\ is\ op) ; => Op is faggot
(string-append 'Op\ is\ 'op) ; => Op is op