Re: How can I sort symbols in alphabetical order?
- From: "Mattias Nilsson" <mattiasn@xxxxxxxxxxxx>
- Date: 29 Nov 2005 05:36:10 -0800
Kubilay wrote:
> How can I sort symbols in alpahbetical order?
Well, I'm just a beginner, but here's my attempt:
(sort '(car window apple) #'string< :key #'symbol-name)
Note that it both takes and returns a list of symbols.
Mattias.
.
- Follow-Ups:
- Re: How can I sort symbols in alphabetical order?
- From: Lars Brinkhoff
- Re: How can I sort symbols in alphabetical order?
- References:
- How can I sort symbols in alphabetical order?
- From: Kubilay
- How can I sort symbols in alphabetical order?
- Prev by Date: Re: OT to the extreme
- Next by Date: Re: How can I sort symbols in alphabetical order?
- Previous by thread: How can I sort symbols in alphabetical order?
- Next by thread: Re: How can I sort symbols in alphabetical order?
- Index(es):