Capitalizing words; the flexible format directive
From an exercise in the second chapter of PAIP. This takes a list of words and prints them in a list, with the first one capitalized. (defun print-words (wordlist) (format t "~&~@(~A~) &…
1 post
From an exercise in the second chapter of PAIP. This takes a list of words and prints them in a list, with the first one capitalized. (defun print-words (wordlist) (format t "~&~@(~A~) &…