(fn capitalize [s] (.. (string.upper (string.sub s 1 1)) (string.sub s 2))) {: capitalize}