Mark Carter scripsit:

> I want to create a matrix, and populate it. I have a list of triplets 
> consisting of a row number, a column number , and a value. I populate 
> the given row/column cell with the value. Having processed the list of 
> triplets, I print the table as a list of lists. Any cells that haven't been 
> populated explicitly have the value '(), which is my desired result.

SRFI-63 is definitely your friend.

-- 
Newbies always ask:                             John Cowan
  "Elements or attributes?                      http://www.ccil.org/~cowan
Which will serve me best?"                      co...@ccil.org
  Those who know roar like lions;
  Wise hackers smile like tigers.                   --a tanka, or extended haiku

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to