lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2014-06-02 21:12 GMT+02:00 Petite Abeille <petite.abeille@gmail.com>:

> https://developer.apple.com/swift/

I read this far:

var sortedStrings = sort(stringArray) {
   $0.uppercaseString < $1.uppercaseString
}

and decided that Mathematica's syntax is not so terribly eccentric
after all.