|
|
Tables as lists of rows |
It is natural to represent tables as lists of rows, and to represent a row as a list Tables play an important roles in many web documents LAML has a strong support of tables |
| Examples of table transposing, row elimination, and column elimination. We will program and
illustrate these functions in a later exercise of this material. The function show-table is similar to table-0 from a LAML convenience library.
Using higher-order functions it is rather easy to program the show-table function. We will come back to this
later in these notes. |
Later in this material we will study possible implementations of the function show-table |