(define rows '(("This" "is" "first" "row") ("This" "is" "second" "row") ("This" "is" "third" "row") ("This" "is" "fourth" "row")) ) (table 'border 5 (gmap (compose tr (gmap td)) rows))
The last example depends on the fact that the HTML mirror functions accept lists of elements and attributes.