Subject: Re: Char ordering.
From: Erik Naggum <erik@naggum.net>
Date: Fri, 08 Mar 2002 19:20:11 GMT
Newsgroups: comp.lang.lisp
Message-ID: <3224604020842522@naggum.net>

* Jacek Generowicz <jacek.generowicz@cern.ch>
| I guess I can't claim that this is going to become too tedious or
| error-prone to write for, err, much longer alphabets :-)

  I "wrote" it using Emacs Lisp.  For each line I evaluated

(loop for i from ?V to ?Z do (insert (format "#\\%c " i)))

  You could have accomplished the same thing with #., but I think the code
  looks a lot better this way.

  Unfortunately, I typed in lower-case letters in one of the lines.

| Having said that, the fact that the approach _is_ error-prone is
| demonstrated by the line of lowercase chars in your code.

  I have added you to my do-not-help list.

///
-- 
  In a fight against something, the fight has value, victory has none.
  In a fight for something, the fight is a loss, victory merely relief.