Talk:Longest string challenge

From Rosetta Code
Revision as of 23:44, 12 August 2011 by rosettacode>Dgamey (First cut)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Generalization

This is an interesting programming challenge. An active discussion is needed to strike a balance between generalization and defeating the task.

  • I would expect to see a number of languages mark this as omit.
  • Would this only be possible for languages with implicit iteration?
  • Would it be fair to relax the lists to lists of lists or supplementary lists in cases of languages like C that represent strings as arrays?
  • Etc.