Re: Re: nested list sorting

[email protected] Tue, 09 Apr 2002 11:30:24 -0400
Newsgroups gmane.lisp.statistics
Message-ID <[email protected]>
Sorry, this is how I want to do it:

I want it from (k (d (w (f e)) ) g h L)

to (d (e (f (g h)) ) k L w)
in another word, I wanna sort the characters keeping the nested list intact....Can I do that? how??
Thaks for the help guys...