Re: Sort List of CLOS Objects
- From: Ariel Badichi <abadichi@xxxxxxxxxxxx>
- Date: Tue, 14 Aug 2007 00:18:49 +0300
localhost <gjwatersjr@xxxxxxxxxxxxxxx> writes:
If I can do a simple sort by by "string>=", I'm sure I can progress to
a random sort (shuffle). For now I'm not seeing it, though.
Others have answered your question, so I'll only remark that according
to the CLHS, the predicate must be a strict relation, i.e. irreflexive,
asymmetric, and transitive. STRING>= is not a strict relation.
See the entry for SORT for more information.
.
- References:
- Sort List of CLOS Objects
- From: localhost
- Sort List of CLOS Objects
- Prev by Date: Re: Lisp starter
- Next by Date: Re: elisp for inserting a defclass
- Previous by thread: Re: Sort List of CLOS Objects
- Next by thread: CMUCL, Teemu Kalvas FastCGI module, error when loading
- Index(es):