Function Format

From GM-RKB
Jump to navigation Jump to search

A Function Format is a Software Function that transforms data to a specific format.



References

2018a

  • (Wikipedia, 2018) ⇒ https://en.wikipedia.org/wiki/Format_(Common_Lisp) Retrieved:2018-3-18.
    • Format is a function in Common Lisp that can produce formatted text using a format string similar to the printf format string. It provides 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. This functionally originates in MIT's Lisp Machine Lisp, where it was based on Multics ioa_.

2018b