>>>> "Hrvoje" == Hrvoje Niksic
<hniksic(a)iskon.hr> writes:
Hrvoje> char= is all nice, but then we'd also need char<, char>,
Hrvoje> char<= etc. That sounds ugly. How does CL collate
Hrvoje> characters?
A character in Common Lisp has an associated code (which in most
implementations is an ASCII value), and the #'char< ordering is
consistent with #'< on characters' codes. Alphanumeric characters are
guaranteed to respect a sensible partial ordering.
<
URL:http://www.harlequin.com/support/books/HyperSpec/Body/sec_13-1-6.html...
--
Eric Marsden