Someone *must* have written this.  Probably lots of someones.  May I
have your code?

The problem is (very) simple.  I have:

(("foo" "1" "bar") ("baz" "baaaaaaaaz" "2"))

I wish to output (something like):

 foo  1           bar
 baz  baaaaaaaaz  2

That is, given a list of lists of strings and a given screen width,
pad the strings appropriately and join them, returning a list of
strings.

-Robin

-- 
http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/
Reason #237 To Learn Lojban: "Homonyms: Their Grate!"
Proud Supporter of the Singularity Institute - http://singinst.org/


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to