Tags: Programming Language.
Format is a function in Common Lisp that can produce formatted text and is normally used in a manner analogous to printf in C and other curly bracket programming languages. However it provides much more functionality than printf allowing the user to output numbers in English apply certain format specifiers only under certain conditions iterate over data structures and output in a tabular format.