objeck/objeck-lang

Add `StringBuilder` class

Closed this issue · 1 comments

Objeck's String class has the same limitation as C# and Java: it creates an immutable sequence of characters.

#263

I think Objeck needs a StringBuilder class just like C# and Java.

I do not plan to create another String class. One of the original design goals is to reduce complexity.