[fpc-pascal] FPC + Mobile development: the String type
leledumbo
leledumbo_cool at yahoo.co.id
Thu Jul 10 13:18:57 CEST 2014
> IMHO a substituting bad with worse is not a good reason. Java/CIL needs
this
> because its strings are immutable, and character access is expensive. We
> don't share, nor plan to share that trait.
I hope so, and with Delphi plans on making strings immutable in the future,
I hope FPC doesn't follow. Otherwise, simple string concatenation loop will
need to be changed to use string buffers, which makes it more error prone,
more typing and more resource eating.
--
View this message in context: http://free-pascal-general.1045716.n5.nabble.com/FPC-Mobile-development-the-String-type-tp5719728p5719737.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
More information about the fpc-pascal
mailing list