Why Uber Engineering Switched from Postgres to MySQL
eng.uber.com5 pointsby DickieStarshine1 comments
(defun get-file (filename)
(with-open-file (stream filename)
(loop for line = (read-line stream nil)
while line
collect (parse-integer line))))