alphabetizing
This commit is contained in:
parent
aa3e58a062
commit
139b31d706
|
@ -1826,25 +1826,25 @@ Whalesong by implementing libraries, giving guidence, reporting bugs,
|
||||||
and suggesting improvements.
|
and suggesting improvements.
|
||||||
|
|
||||||
@;;;;
|
@;;;;
|
||||||
@; in no particular order... really! I'm shuffling them! :)
|
@; in alphabetical order
|
||||||
@;;;;
|
@;;;;
|
||||||
@(apply itemlist
|
@(apply itemlist
|
||||||
(shuffle (list
|
(map item (sort (list
|
||||||
@item{Ethan Cecchetti}
|
"Ethan Cecchetti"
|
||||||
@item{Scott Newman}
|
"Scott Newman"
|
||||||
@item{Zhe Zhang}
|
"Zhe Zhang"
|
||||||
@item{Jens Axel Søgaard}
|
"Jens Axel Søgaard"
|
||||||
@item{Jay McCarthy}
|
"Jay McCarthy"
|
||||||
@item{Sam Tobin-Hochstadt}
|
"Sam Tobin-Hochstadt"
|
||||||
@item{Doug Orleans}
|
"Doug Orleans"
|
||||||
@item{Richard Cleis}
|
"Richard Cleis"
|
||||||
@item{Asumu Takikawa}
|
"Asumu Takikawa"
|
||||||
@item{Eric Hanchrow}
|
"Eric Hanchrow"
|
||||||
@item{Greg Hendershott}
|
"Greg Hendershott"
|
||||||
@item{Shriram Krishnamurthi}
|
"Shriram Krishnamurthi"
|
||||||
@item{Emmanuel Schanzer}
|
"Emmanuel Schanzer"
|
||||||
@item{Robby Findler}
|
"Robby Findler"
|
||||||
@item{Gregor Kiczales}
|
"Gregor Kiczales"
|
||||||
@item{Cristina Teodoropol}
|
"Cristina Teodoropol"
|
||||||
))
|
) string<?))
|
||||||
)
|
)
|
Loading…
Reference in New Issue
Block a user