Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

TXR Lisp:

  (defun align-center (strings)
    (let* ((maxl (find-max [mapcar len strings])))
      (mapcar (op fmt "~^*a" maxl) strings)))


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: