Re: How can I sort symbols in alphabetical order?



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.

.