From ... From: Erik Naggum Subject: Re: Question on converting string to symbol Date: 2000/06/23 Message-ID: <3170743858222008@naggum.no>#1/1 X-Deja-AN: 637995039 References: <3951ffbd.5075351@news.worldonline.nl> <3h14lskka927a38hechgqslur05b0g31kb@4ax.com> <3952A8F3.11C75C76@pacbell.net> <8va6ls49s1ph0in8s0a9palkcjbkd9ufev@4ax.com> mail-copies-to: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsmaster@eunet.no X-Trace: oslo-nntp.eunet.no 961756793 13329 195.0.192.66 (23 Jun 2000 10:39:53 GMT) Organization: Naggum Software; vox: +47 8800 8879; fax: +47 8800 8601; http://www.naggum.no User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.6 Mime-Version: 1.0 NNTP-Posting-Date: 23 Jun 2000 10:39:53 GMT Newsgroups: comp.lang.lisp * Alexander Clark | What are some uses for uninterned symbols? They're great when you need to refer to symbols captured by some other means than their symbol name, or used by some other parts of the system than the Lisp reader. One nice thing about uninterned symbols is that two of them can have the same name without colliding. | Hygienic macros? Macros. (Hygiene is something the Scheme people need.) | I'm not very clear on when to use symbols at all. I tend to avoid | them. Wow. How do you write code without symbols? #:Erik -- If this is not what you expected, please alter your expectations.