In our previous episode, Ivo Steinmann said: > > fpc-devel maillist - [email protected] > > http://lists.freepascal.org/mailman/listinfo/fpc-devel > > > > > Why not creating a new kind of managed class, that is refcounted, > initialized, finalized, etc... like String type?
I never liked string-types as classes. They feel like cheap imitations of a real string type. Before you know it you are messing with special stringbuilder classes and special syntax to keep a semblance of performance. Moreover I don't really see what this solves. _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
