Lisp, using only standard functions:
(format nil "~r" 1234) ==> "one thousand two hundred thirty-four"
Bonus:
(format nil "~@r" 1234) ==> "MCCXXXIV"
548k questions
547k answers
4 comments
86.3k users