[racket] Output Different Column Widths in a Table

From: Eli Nistal (emnistal at gmail.com)
Date: Mon Nov 25 11:39:13 EST 2013

Hello,

I am trying to output a table with different column widths. That is, each
column in the table will have a different column width. It looks like
pretty printing and parameterizing column widths might do the trick but I
have not been able to put it together and get it to work.

I have a function that determines the maximum string length for each entry
in a column, from a transposed/pivoted list of lists/matrix and returns a
list of those maximums for each column. Now I would like to apply those
widths to each column as each line is printed.

This is for a simple text file.

Any examples or pointers to examples or docs would be much appreciated.

Regards

-- 
You can meet at his location,
but you better come with cash.

-- Cake
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20131125/938b9b5d/attachment.html>

Posted on the users mailing list.