Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Transpose Re:(4)

From: jelinem1:nationwide at: 9-Oct-2000 9:38

>I disagree with Carl's reasoning here, but I can cope with it. I prefer
the better human readable style like this example:
> repeat Index Width [ > Column: make block! Width > foreach Row Matrix [ > insert/only tail Column Row/:Index > ] > insert/only tail Results Column > ]
Why is this a better "human readable" format? I must not be human. Thanks for pointing me to Carl's style guide, however. I find it interesting that I've been using 4-char tabs and the same indentations for 10 years. - Michael Jelinek