[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Search
Hello All:
I am trying to use sort....and it is killing my list. For example,
(setq x '(4 256 3 2 43 6 3))
(sort x >)
when I eval x I get (4 3 3 2).
This is not what I expected.
Any thoughts??? Is this a bug? I am running AKCL 5.05 on a Sparc.
thanks in advance,
Tony Castellano
The MITRE Corporation
Autonomous Systems Lab
Artificial Intelligence Technical Center
W429
McLean, VA 22102
- Follow-Ups:
- Search
- From: djb@hoppi.mitre.org (David J. Braunegg)