A Proposal to improve the method String.concat

Dear Sir or Madam,

The purpose of this letter is to propose an improvement
to the method String.concat and to receive some feedback,
comments.

It would be nice, if the String.concat could also
accept arbitrary number of arguments or an Array.

Given that a lot of applications, specially in the web era,
concat a lot of strings, there are some fundamental, programming
language independent, performance related issues to consider.

The details and the proposed string concatenation
implementation reside at my github account:

Yours sincerely,
[email protected]